ACF image field
-
Hi !
I am trying to use a Zap (from Zapier) to create a Custom Post on my website.
It works just fine, I am creating ACF as well, no issues.
However, I need an existing image file on my website to be updated in my Custom Field. It doesn’t seem to be working with my current JSON code.
{
“update_field”:[
{
“selector”: “peb”,
“value”: “TEXT WORKING FINE”},{
“selector”: “PEB_img”,
“value”: “https://www.perfectsiteurl.com/peb_d.png”}
]
}The command is working just fine in Zapier, and my post is created, however, there is no image selected in my ACF image field.
Any Ideas ?
- The topic ‘ACF image field’ is closed to new replies.