You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
I'm having an issue with the check block - where no matter what I do I cannot get data to pass through primary.
I'm passing a record from For-Each into primary and then checking a string field of the record against a list passed into secondary.
My check is /primary/roleName in /secondary
I have outputted the For-each block and can see that the request is properly returning values and I can see that some of these values should return true in the check block. I have also tried just doing a string comparison /primary/roleName == /secondary where secondary is a string.
When I run it, the check block appears to run once (with the blue bars) and then the flow just sits there with the For-Each block running - the check block doesn't appear to run as the messages are passed to it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi Team,
I'm having an issue with the check block - where no matter what I do I cannot get data to pass through primary.
I'm passing a record from For-Each into primary and then checking a string field of the record against a list passed into secondary.
My check is
/primary/roleName in /secondary
I have outputted the For-each block and can see that the request is properly returning values and I can see that some of these values should return true in the check block. I have also tried just doing a string comparison
/primary/roleName == /secondary
where secondary is a string.When I run it, the check block appears to run once (with the blue bars) and then the flow just sits there with the For-Each block running - the check block doesn't appear to run as the messages are passed to it.
See below
Beta Was this translation helpful? Give feedback.
All reactions