Workflow connect issue

sunny_fst

Member
Hey @sunny_fst

You need to authenticate the trigger and action event individually.
Hello @Supreme thank you for your reply. I have one more thing to ask you Is there any way to prevent user to access work flow step 2 if user is not authenticated successfully? Like after connecting to app i am requesting API key from user and from there i am trying to authenticate , but the problem is after getting error from our API it is still able to access the step 2.
 
P

Pabblymember11

Guest
I have one more thing to ask you Is there any way to prevent user to access work flow step 2 if user is not authenticated successfully?
You can use the Filter action step to process the workflow only when the response gets accordingly.

1665122214439.png


 
Top