Hello.
I'm trying to loop through all rows in a table in Excel. After, I want to access cell value of this loop and check this value. But I'm not able to loop through the elements of the loop neither check the value cell. See my flow:
I tried to filter the values of 'Get rows' by comparing a column named "CERTIFICADO" if was not equals to "-". But all of them say "true". I also tried a Select to filter only relevant columns.
But I don't know how to loop all rows and get cell values to make any kind of operation with it.
Please, help!
Solved! Go to Solution.
Hi @Sonhja,
I have made a test on my side to create a excel table as below:
You could refer to screenshot below to create the flow:
The expression in the Filter Array as below:
@not(equals(item()?['CERTIFICADO'], '-'))
The expression of CERTIFICADO in the select as below:
item()?['CERTIFICADO']
The expression of CADUCA in the select as below:
item()?['CADUCA']
The flow would run successfully as below:
Best regards,
Alice
Hi @Sonhja,
I have made a test on my side to create a excel table as below:
You could refer to screenshot below to create the flow:
The expression in the Filter Array as below:
@not(equals(item()?['CERTIFICADO'], '-'))
The expression of CERTIFICADO in the select as below:
item()?['CERTIFICADO']
The expression of CADUCA in the select as below:
item()?['CADUCA']
The flow would run successfully as below:
Best regards,
Alice
Thank you very much! That was soo helpful! 🙂
I don't see the "Get rows" option, is it Excel (OneDrive) or Excel (Business)?
its the lit rows( he edit to get rows) you can change the ame of an optiion with rename
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Did you know that you could restore a deleted flow? Check out this helpful article.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
26 | |
26 | |
24 | |
23 | |
23 |
User | Count |
---|---|
61 | |
51 | |
44 | |
31 | |
27 |