Hello
I need some help with how to format my expression to be able to use special characters. As currently it is breaking the flow.
My current expression is as follows
trim(substring(body('Html_to_text'),add(indexOf(body('Html_to_text'),'Requestor's Agency'),46),sub(lastIndexOf(body('Html_to_text'),'* Agency Approver Title'),add(indexOf(body('Html_to_text'),'Requestor's Agency'),46))))
Solved! Go to Solution.
@FoDelement wrote:Hello @stephenJames ,
Flow uses ' to define different strings.
Try this
'Requestor''s Agency'
Thanks @FoDelement that worked perfectly
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
45 | |
43 | |
38 | |
34 | |
27 |
User | Count |
---|---|
47 | |
38 | |
32 | |
32 | |
31 |