DB Polling on Multiple Records at a time
I would like to do Database polling for multiple records at a time. Is it possible.
My Scenario is Once the flow is executed 4 jobs will be inserted into the Table. Initially it will be in ready state and later it will change to Completed state. Now I would like to do DB Polling on those 4 records at a time.
-
The SQL Query in the database polling activity should return only one record. If the query returns multiple records, then only the first record is accepted. If the query returns one record, then it will compare the value of the first field with the value specified in the Value field.
So you cannot perform database polling on four records at a time using database polling. We would suggest you to try using stored procedure to achieve your scenario.
0
Post is closed for comments.
Comments
1 comment