Hi Mates,
i want to execute SQL command to get based on filter so using Execute a SQL Query, there i need to filter with a field value
ex: filter in ID field where Id=HPMDB 0000119
SELECT ID,FROM
Table
WHERE
(ID ='HPMdb 0000119')
-----------------------
SELECT ID,FROM
Table
WHERE
(ID ='@{outputs('Compose')}')
i can get expected values from the first query, but not from the last/next query because its combination of string, number
what is the data type can we use for combination of string/number
yes i also tried taking variable, with string datatype but it throws error since it contains numbers as well.
your help will be highly appreciated
Hi @kmk ,
If you are doing looping and using the fields , try using compose action and specify your inputs with expression.
Thanks
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
4 | |
4 | |
3 | |
2 | |
2 |
User | Count |
---|---|
14 | |
12 | |
8 | |
7 | |
6 |