Hi there
i am using a Powerapps form to create a new SharePoint list element.
When someone fills out the form using the double point ":" - it always changes to ":"
Any idea how to solve the issue ?
Solved! Go to Solution.
Hey @HelplessMax
You can try to use the replace function from the expression editor. Sample: Store the text in a variable of type string.
replace(variables('text'),':',':')
And this will replace the : with the : everywhere in the string.
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Hey @HelplessMax
You can try to use the replace function from the expression editor. Sample: Store the text in a variable of type string.
replace(variables('text'),':',':')
And this will replace the : with the : everywhere in the string.
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Hi @HelplessMax ,
Have you had an opportunity to apply @yashag2255 's recommendations to adapt your Flow?
Please take a try.
Best Regards,
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
3 | |
3 | |
2 | |
1 | |
1 |
User | Count |
---|---|
13 | |
11 | |
6 | |
6 | |
5 |