Workflow not updating new data

Hi,

I’ve created a workflow for a matching app. Essentially the workflow is adding users when they match with each other. Then the second step in the work flow is to Match the two users together. However this workflow is not triggering or storing data in the data base. I’m not sure why can anyone help. Hers’s screen shots for what I’ve done:

First workflow:

Second workflow (which isn’t triggering):

What am I missing?

I guess the first action is working, but the second action is not working, right?

If yes, then it might just be because the 2 actions are executed in parallel sequence. Can you put the first workflow is a custom workflow? And trigger that custom workflow as the first step and then let the second action still remain where it is?

Mmm I tried this, created a custom event on the first action to trigger and then the remaining action step two add both users to the match data type.

Also tried the second workflow as a custom action with 0.5s delay and that didn’t work either.

Neither worked so no users matched in the match data type.

Screenshot 2025-01-07 at 4.21.44 PM

did you use the step-by-step debugger to check why the condition on the second action did not pass? @nickniblett

@iwakinomotoye this sent me on the right track. It was a privacy issue in the database. :man_facepalming: thanks for your support.

That’s lovely! I am happy you could fix this.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.