Can't access field values updated via API inform logic

My form is functioning as follows:

  1. Send form details to zapier via webhook
  2. Process data with multiple zapier actions
  3. Send reponse back into feathery field data via https://api.feathery.io/api/form/submission/ API
  4. Use custom code to utilize updated field values as they come through

The issue I am having is that although the field values are successfully updating via API, when I try to pull the new values in my custom JS code, they don’t receive the update.

Please see below video with detailed explanation

If you’re updating the submission from the server-side directly, it won’t propagate to the form on client-side until the form is reloaded (which is where your logic rules run)

1 Like