switch will not start 3rd iteration from payload
Summary:
I am picking a CSV file up from SFTP.
I am first listing the files on the SFTP (works perfect)
I then hit a switch based on if the file is named “DECISION_CUST” or “DECISION_VEND” (works perfect)
Then I read the customer file and stage the data needed. (works perfect)
Then there is a ForEach for each customer decision in the staged data.
Then we hit a switch.
1. if C2 = C2 - do nothing
2. if C5 = “DECISION” - do nothing
3. If C5 = “N” - take this path
4. If C5 = “P” or “M” – take this path
This is the payload being sent from stage file action.
Tagged:
0