Evaluation logic of workflow action conditions – evaluating actions that run optionally

Dear All

I have the following workflow to invite bidders:

  1. Run API POST call to own application with return value of user-id ‘create organization user’. (This action only runs, if the organization doesn’t have an active user)
  2. create folder-structure for bidder (this action needs to run, if the bidder doesn’t have a directory + if action nr. 1 is executed, action 2 needs to wait for it to be completed, i.e. return the user’s id). I now want to set the condition “only when bidder folder’s empty AND step 1’s response created-user_id is not empty”

My question: Does the condition on action 2 still evaluate to TRUE if step 1 isn’t run, as there is no return value at all or would I need to create a separate action for the case where action 1 isn’t run?

Looking forward to your insights

Best
Florian

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