Update ACF field not populating
-
I’ve setup a workflow to update a Custom ACF field on Post Save. I’m trying to populate the post ID into the ACF Text field. However, nothing is being written to the ACF field (I used the post.acf parameter and selected the field). I even checked the database tables to confirm.
This is the log result
{“action”:{“action”:”\\WunderAuto\\Types\\Actions\\ChangeCustomField”,”value”:{“type”:”post”,”fieldName”:”{{ post.acf | key: ‘field_xxxxx’ }}”,”newValue”:”{{ post.id }}”,”dataType”:”string”}},”return”:false}Could there be something I’m doing wrong here? I tried the workflow both immediately and with a 1min delay.
Thanks.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Update ACF field not populating’ is closed to new replies.