I have a Condition and the question is "Upload any supporting documents." Is there a value that represents "Attachment uploaded" versus "No attachment uploaded?" I tried NULL, but that didn't work.
Solved! Go to Solution.
Hi @Albertjp,
You could use an expression with a length function as an alternative approach.
length(outputs('Get_response_details')?['body/r716b907b6dca449ab90a3e58506a5cef'])
is equal to 0
Alternatively you could also use an empty function like below:
empty(outputs('Get_response_details')?['body/r716b907b6dca449ab90a3e58506a5cef'])
is equal to true
Hi @Albertjp,
You could use an expression with a length function as an alternative approach.
length(outputs('Get_response_details')?['body/r716b907b6dca449ab90a3e58506a5cef'])
is equal to 0
Alternatively you could also use an empty function like below:
empty(outputs('Get_response_details')?['body/r716b907b6dca449ab90a3e58506a5cef'])
is equal to true
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.
User | Count |
---|---|
23 | |
12 | |
11 | |
10 | |
8 |
User | Count |
---|---|
33 | |
25 | |
23 | |
17 | |
16 |