Hello,
I want to split in two, based on a "," my string which arrives from the powerapps button trigger.
My value in flow is "Createitem_TestString" which is connected with powerapps, and I want to initalize a variable like
first(split(triggerBody()?['Createitem_TestString'],',')) but it's not valid.
Can you help me what would be the valid expression?