Hi ladies and gents,
I'm new to this beautiful platform, so lot's of had banging 🙂 Especially with the following:
I'm trying to create a flow that adds items to a SharePoint list. The list has two columns, a groupName (string) column and Approvers (User or Group) column. I'm trying to populate this using an array (parsed from JSON). Some of the items have multiple approvers, these are separated with semicolons. What I want to do next is;
for each ArrayItem in array,
IF arrayItem.approvers contains ';' {split the approvers then create sharepoint item}
But I'm getting the weirdest error:

Doesn't make sense to me. The flow itself looks like this at the moment:

What should I be looking at to get this going? And is this the right approach at all? Help a noob out 🙂