Issue with ACF field
-
Hi,
I have a pro license
Issue: ACF field text works fine but values to ACF field number doesn’t get added and for URL it converts https:// > https:\/ and also on all the data which does get imported it’s enclosed in brackets [data] like this screenshot of what I mean
https://prnt.sc/199jnt6My Json I added to Integromat (do i need to define somewhere in json if the value is string or number or URL) surprisingly checkbox and dropdown and date values imported fine.
{ "add_row": [ { "selector": "conference_name", "value": "" }, { "selector": "conf_city", "value": "" }, { "selector": "conf_website", "value": "" }, { "selector": "conf_region", "value": "" }, { "selector": "conf_price", "value": "" }, { "selector": "conf_days", "value": "" }, { "selector": "conf_start_date", "value": "" }, { "selector": "conf_experience", "value": "" }, { "selector": "conf_category", "value": "" }, { "selector": "conf_type", "value": "" } ] }
Integromat shows correct data https://prnt.sc/199lktv, it’s just when it reaches the site the data gets messed up
Cheers
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Issue with ACF field’ is closed to new replies.