I am using flow to convert html to pdf, and when I input (in OnSelect)
ie. xxx.Run("<!DOCTYPE html><html><body>My Name is :" & JSON(TextInputName.Text, JSONFormat.IgnoreBinaryData) & " </body></html>")
the pdf result will be: My Name is :" Peter "
And I don’t know how to delete "", because the use of them in command is activating JSON.
Does anyone can help? Thanks.
Solved! Go to Solution.
Hi @annatyk ,
Try
Substitute(
YourHTMLText,
"""",
""
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Hi @annatyk ,
Try
Substitute(
YourHTMLText,
"""",
""
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
200 | |
183 | |
76 | |
46 | |
37 |
User | Count |
---|---|
325 | |
258 | |
123 | |
72 | |
58 |