Hi,
I made a flow that allows me to save in a Sharepoint list, the participants of a meeting.
However, it happens that the value of the column (UPN) is empty... and it causes the Office connector to fail.
Is it possible to bypass this error?
to avoid errors on the parse json action, i added
Solved! Go to Solution.
The blank value is actually an empty string here. We can see that in your yellow highlighted screen shot like : "" Therefore the leave the right side of the filter condition blank instead of putting null in there.
As an aside, you wrote null directly in The filter condition. If you want to evaluate a null/blank value, you must type null into the expression editor. However in this case the excel table is using an empty string as a blank value so just leave the filter condition right hand side blank.
Add new step: Filter array
Put the Parse JSON output into the From input
In the filter condition, item()?['ID du participant (UPN)'] is not equal to null
Both item()?['ID du participant (UPN)'] and null should be input via the expression editor.
Use the output of the filter in your Apply to each loop.
Hi @WillPage Thanks for your reply
If I correctly understood the output of the filter array action should display only those rows that have a value that is populated in the UPN column.
if I look at the ouput, the filtering does not seem to apply.
the output
My filtering
The blank value is actually an empty string here. We can see that in your yellow highlighted screen shot like : "" Therefore the leave the right side of the filter condition blank instead of putting null in there.
As an aside, you wrote null directly in The filter condition. If you want to evaluate a null/blank value, you must type null into the expression editor. However in this case the excel table is using an empty string as a blank value so just leave the filter condition right hand side blank.
Thank you a lot. It's working now.
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 | |
25 | |
24 | |
23 | |
23 |
User | Count |
---|---|
61 | |
50 | |
44 | |
31 | |
27 |