Hello everyone,
I've made flow which transcribe all my forms' answers in a excel sheet, but i would like my flow to send an automatical refusal when the user chose selected answers.
example : if you select A it's ok ; but if you select A and C it isn't = auto refusal.
Someone can help me?
Thank you very much for your time and answer
Solved! Go to Solution.
Hi @PicSoumeya ,
You could use switch action.
replace(replace(replace(string(outputs('Get_response_details')?['body/your question id in form']),'[',''),']',''),'"','')
Best Regards,
Wearsky
Hi @PicSoumeya ,
You could use switch action.
replace(replace(replace(string(outputs('Get_response_details')?['body/your question id in form']),'[',''),']',''),'"','')
Best Regards,
Wearsky
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 |
---|---|
33 | |
32 | |
26 | |
25 | |
21 |
User | Count |
---|---|
65 | |
56 | |
44 | |
35 | |
29 |