Hi All @Jonathan-Sherman, @atcodedog05 @Qiu
I have a SQL query and extracting data for my flow using the input tool.
Now I have defined a where clause that says City = 'SF'
| SlNo | Value | City |
| 1 | 100 | SF |
| 2 | 200 | Manila |
| 3 | 300 | London |
| 4 | 400 | Beijing |
| 5 | 500 | Perth |
How can I actually replace the SF and parameterize this on runtime. So at runtime user can select the City and pull only that data from the query.
Can you please advise ? Thanks