Workflow/Action not working

My app is about customers and appointments. The issue I’m having is that when I add a new row to ConfirmationResponses (data comes in from a web form) I want to take that information and update a row in my Confirmations table. The key between the two tables is ApptId. For the life of me I cannot get it to work!

I have this Workflow for when a new row gets added to ConfirmationResponses:

I can only post one picture so I’ll try to upload other ones in the comments!

1 Like

Action “Get Confirmation to Update”:

Action “Update Confirmation Response”:

This is my “Confirmations” table:

2X_8_85406f36b92391931482de42a560a77facdaeae8.png

This is my “ConfirmationResponses” table:

If you are filling the data through a web form (not with the app), the Workflow is not triggered because the update is not happening with the app.

1 Like

Ahhhh, well, that helps!! Thank you!