The objective of my flow is as follows:
- Get user input through an MS form.
- Query on a text value entered in the form, which will be a substring of the value in the database table field. (eg: user enters: "192876", field contains "019287632584 ")
Tried using "substringof" in the "filter Query option", but the Flow throws an error stating:
"message": "An unknown function with name 'substringof' was found
What am I doing wrong?