foreach
loop is being applied to a string instead of an array. a foreach
loop is designed to iterate over collections, like arrays or lists, but it cannot iterate over a string as it treats it as a single entity rather than a collection of items.I see the current error:
Where you are using field_12
in the flow, it should be of array type; currently, it is a string. You can also use the array()
function if field_12
contains data in array format.
If you can show me that part, I can provide a better solution.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.