Hi,
I have a flow where in it captures the value presented in Excel and then capture in SharePoint List.
Here's how my excel looks like:
I need to set a trigger condition wherein if the RPA_Status = 'Completed' it will only get the data and store it in SP List.
Here's my flow:
Solved! Go to Solution.
Hello @jaina ,
you can't build a trigger condition based on values in an Excel file (reading data from Excel comes after the flow is triggered).
But to process the data differently based on the RPA_Status column you can use the 'Filter array' action. After you 'List rows...', filter the 'value' results in the 'Filter array' action to keep only the ones where RPA_Status is equal to 'Completed'. All rows that stay in the output of the 'Filter array' can be just stored.
Then you can add another 'Filter array' to get only the rows where RPA_Status is not equal to 'Completed' and process them differently.
Hello @jaina ,
you can't build a trigger condition based on values in an Excel file (reading data from Excel comes after the flow is triggered).
But to process the data differently based on the RPA_Status column you can use the 'Filter array' action. After you 'List rows...', filter the 'value' results in the 'Filter array' action to keep only the ones where RPA_Status is equal to 'Completed'. All rows that stay in the output of the 'Filter array' can be just stored.
Then you can add another 'Filter array' to get only the rows where RPA_Status is not equal to 'Completed' and process them differently.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
27 | |
26 | |
23 | |
14 | |
10 |
User | Count |
---|---|
63 | |
56 | |
29 | |
28 | |
24 |