Hi,
Not sure but this may be due to multiple ListAppend Actions in a single flow.
What you can try is:
- Create a ',' separated String & then convert this text to a List.
- Now that list you can easily pass to your respective action.
Note: You can use Text Library Action StringToList to this.
Hope it helps,
Assif