Change string to HTML in flow designer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2023 11:08 PM
Hi All,
I am using Flow designer to create the Request through email.
I have created two variables:
Short description- Single text line
Description- HTML.
For Short description I have added Subject Line and for Description Body Text. But the value is coming as string. How to change that to HTML because users will send images as well in the body. I am not finding script option also in the flow designer
There is a syntax in inbound action "email.body_html". But how to use this in Flow Designer. Or can we change the String to HTML using Business Rule on update.
Please help in this.
Thanks,
Samiksha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2023 07:20 PM
What spoke are you using?
Can you post a full screenshot?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2023 09:39 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2023 02:37 AM - edited 08-30-2023 02:48 AM
I tried it on my pdi.
The same as the pic you posted, there are no inline script buttons displayed on the right side of the Discription field。
And on my pid,It seems that the data pill doesn't work well with rich text (html vairable).
※ a strange blank is shown on the request item created by the spoke.
However,i found another way: submit a catalog request by script !
refer this post:Here
And i have tried the script ,it works well。
Html string value setted to the catalog item vairables works well!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2023 02:54 AM
Hi @newhand ,
Please add the link. Are you using Email Inbound Action?
I am not using inbound action because I have to fetch requester for's account(CSM Module). And when I am testing, request is creating but a case is also creating with that and that RITM is added in the case related list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2023 03:05 AM
@Samiksha2
Here:
I used flow designer with trigger Inbound Email.
However,I didn't use the trigger's email ...
I used a normal flow vairable for testing...
Normally case will not be created after a request is submitted.
Maybe you should check if there are any business rules or other trigger working behind the request ..