I am trying to create a flow that will do the following
-> When an item is created on a Sharepoint List
-> Get items from "Column A" and "Column B"
-> If text in column A OR Column B contains a ';'
-> Split text and create a new item
I have tried multiple flows; however, I keep getting stuck when setting a variable, getting this error: The variable 'SplitResults' of type 'Array' cannot be initialized or updated with value of type 'String'. The variable 'SplitResults' only supports values of types 'Array'.