I’ve run into a slight issue with using a string as a vlookup filter. Occasionally there is a single quote contained in the string, and then the vlookup fails as you’d expect.
Does anyone have a workaround or method to handle this situation? Ideally I’d like to avoid amending the source data if at all possible.
I had the same issue in power automate and managed to work around it with a replace:
Title eq ‘@{replace(triggerOutputs()?[‘body/Title’], ””, ”””)}’
So something along the same lines with DFFS would be great (set a variable via custom JS?)
Screenshots of the current config and error attached.
Any help gratefully received
Thanks
Adam