Hi Folks,
Not sure what I'm doing wrong, I have a flow that rips the body out of an email to pull relevant information ready to drop into a SharePoint list.
I have the basics mapped out and working as intended, however I am trying to elevate it slightly and remove the last bit of irrelevant guff.
I have a compose action that results in the following output:
I now want to filter that array to only have the rows starting with '[' (The two "Medium" rows displayed above.
I have tried Filter Array using item()?['Value'] as the Filter Query, with many variations thereof, however I keep getting an error message that "Value" can't be selected for type String.
I also tried initializing a variable and setting it with the compose action output, with similar result.
I have tried searching the forums and wider with variations on this, with limited success, so I'm wondering if this is even possible. It seems like the compose output array is not being treated as an actual array.
Any help will be greatly appreciated.