• Resolved esowers

    (@esowers)


    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.

    • This topic was modified 4 years ago by esowers.
Viewing 1 replies (of 1 total)
  • Thread Starter esowers

    (@esowers)

    Ok, this has been resolved.

    I was using the parameter tag in the “custom field identifier” field. This needed to just be the database name of the field.

    Working as expected.

Viewing 1 replies (of 1 total)
  • The topic ‘Update ACF field not populating’ is closed to new replies.