Hi all, please could you help with the following query, I've looked online to no avail!
I have a flow that records the unique ID for incoming emails, and recalls the UID to perform other actions later in the flow. It was working very well and was extremely helpful to us, but recently some people have received the incorrect information due to the filter query not enforcing UID case sensitivity.
Currently the 'List rows present in a table' filter query is set to: UID eq '@{triggerOutputs()?['body/id']}''
However this is finding more than one UID as it is ignoring the case sensitivity which is required. Is there a simple way to enforce case sensitivity in this filter please?