I am working on a Flow that takes Forms responses and feeds them into a SP list. I am having an issue with multiple choice questions where in the SP list these responses have additional ["characters"] around the responses. How do I remove these characters?
I've done some research and looks like I need to apply a replace(... expression somewhere but can't get this to work and I am not familiar with expressions at all.
So do I let the flow post the response with additional characters and then apply an update step with some replace( formula to remove or can this be applied when the item is created in the SP list using dynamic content response in the formula?
Please help.
Solved! Go to Solution.
Managed to get this working with the solution posted in this article - https://powerusers.microsoft.com/t5/Building-Flows/Form-to-Sharepoint-template-quot-How-do-I-get-rid...
use expressions
replace(replace(replace(dynamiccontentfieldinform,'["',''),'"]',''),'","',',')
Regards,
Reza Dorrani
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @Basic_User007 ,
Please refer to this similar thread and see if it helps:
Saving-multiple-checkboxes-values-from-forms-to-excel
Best Regards,
I added this into the Flow but the formula is now returning as part of the response posted in the SP list?
Managed to get this working with the solution posted in this article - https://powerusers.microsoft.com/t5/Building-Flows/Form-to-Sharepoint-template-quot-How-do-I-get-rid...
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
91 | |
57 | |
40 | |
39 | |
37 |
User | Count |
---|---|
81 | |
68 | |
57 | |
52 | |
41 |