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)?
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
85 | |
58 | |
47 | |
39 | |
34 |
User | Count |
---|---|
91 | |
76 | |
74 | |
61 | |
42 |