WPIntell

Source evidence

ACF automation not updating a fields value

AutomatorWP – Automator plugin for no-code automations, webhooks & custom integrations in WordPress · support · 2024-08-19T21:40:00+00:00

mixedsentiment
mediumseverity
0.85relevance
5replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 35 rows with source links

17.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

29 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
escapshion resolved
Hello everyone, First off, I’d like to thank you for developing this fantastic plugin. The automation and ease of use it provides are truly impressive. I’m currently setting up the plugin and encountering a bit of trouble. I have an ACF dropdown field named “status” and I want to trigger an update to another ACF text field whenever the status is changed. However, the text field isn’t updating as expected. I’ve attached a screenshot for reference. Can anyone help me troubleshoot this issue or suggest a solution? Thanks in advance! Hi @escapshion , Be sure you are refreshing the browser tab in which you have the post to see the new value. Another problem could be that the field of the post is not correct. I recommend you to check the Automator logs in AutomatorWP -> Logs to see if the automation is being triggered correctly. In case that no logs are being generated, the problem will be in the post field inside the trigger. Hope it helps! Thanks for the reply @tinocalvo I checked the logs as per your suggestion and can see that automation has successfully updated the value. Please check the attached screenshot: However, whenever I refresh the edit window of concerned post, the updated value is not visible in the text field. Also, not visible on the frontend. Configuration details: Used ACF plugin to create field groups. Field groups has two fields: Select field with label “Status” and values: awaiting, approve, reject. Text field with label “Univ”. Automation trigger: Status is updated to any value Action: Univ should have custom value: “ab123” If possible, you can try to reproduce the issue using the configuration above. HI @escapshion , Normally actions related to metas usually give this update problem due to the time WordPress takes to process the data related to metas. If you have the Schedule Actions add-on, you can add a delay to the action of, for example, 10 seconds (or less), and in this way the information stored in the database could be correctly collected. Hi @tinocalvo , Sorry for the delayed reply. We decided to finish our project first and deal with this issue afterwards. Recently, my team has finished the project and applied your suggestion which worked as expected. Thank you very much for your support Hi @escapshion , Thanks for your answer, if you have any further questions, do not hesitate to contact us.

Comments

5 shown
Tino Calvo 2024-08-20T06:44:00+00:00

Hi @escapshion , Be sure you are refreshing the browser tab in which you have the post to see the new value. Another problem could be that the field of the post is not correct. I recommend you to check the Automator logs in AutomatorWP -> Logs to see if the automation is being triggered correctly. In case that no logs are being generated, the problem will be in the post field inside the trigger. Hope it helps!

escapshion 2024-08-20T21:25:00+00:00

Thanks for the reply @tinocalvo I checked the logs as per your suggestion and can see that automation has successfully updated the value. Please check the attached screenshot: However, whenever I refresh the edit window of concerned post, the updated value is not visible in the text field. Also, not visible on the frontend. Configuration details: Used ACF plugin to create field groups. Field groups has two fields: Select field with label “Status” and values: awaiting, approve, reject. Text field with label “Univ”. Automation trigger: Status is updated to any value Action: Univ should have custom value: “ab123” If possible, you can try to reproduce the issue using the configuration above.

Tino Calvo 2024-08-21T07:53:00+00:00

HI @escapshion , Normally actions related to metas usually give this update problem due to the time WordPress takes to process the data related to metas. If you have the Schedule Actions add-on, you can add a delay to the action of, for example, 10 seconds (or less), and in this way the information stored in the database could be correctly collected.

escapshion 2024-09-02T19:24:00+00:00

Hi @tinocalvo , Sorry for the delayed reply. We decided to finish our project first and deal with this issue afterwards. Recently, my team has finished the project and applied your suggestion which worked as expected. Thank you very much for your support

Tino Calvo 2024-09-03T06:38:00+00:00

Hi @escapshion , Thanks for your answer, if you have any further questions, do not hesitate to contact us.