I am having the same issue as the two others who have encountered this issue.
Basically, I have a MS List as a tracker that I want to update the list item for specific users after they have signed a DocuSign packet.
Workflow:
When the envelope status changes to Completed, I want to look at all of the items with the same status value (e.g. Packet Sent) and then update the status of the line item to Completed and a status for the DocuSign column to Packet Signed
The Issue
When I run the flow, it hits the condition which compares the Envelope ID from the list (Which is captured from a different flow) and compares its to the Envelope ID from the When an envelope status changes step. The condition says its false even though those fields should match and the flow stops.
If I set it to not equal to in the condition, it works for single items but in the event of process one packet of many with the same status, it updates all of them, which is not what I want.
Are there any suggestions, I can provide more detail as needed.