I am trying to develop email prepopulate Template. Email body having some lines of text that text i will put in to Paragraph rule. i am unable to map paragraph to Email-Body Rich Text editor Property.
Thanks.
I am trying to develop email prepopulate Template. Email body having some lines of text that text i will put in to Paragraph rule. i am unable to map paragraph to Email-Body Rich Text editor Property.
Thanks.
@SivaprasadReddy The paragraph rule needs to be referred or inserted into a correspondence rule so that you can make use of activity method proprety-set-corr method.
or
A lookup datapage can be created of object class rule-html-paragraph to open a paragraph rule and refer to the property pySoureStream.
or
Move the code/text which is in paragraph rule into a correspondence rule and delete the paragraph rule. Make use of property-set-corr to set the correspondence rule text into a property to be used to RTE.
@BhanuPrakash_G I have tried 3 ways but it is not working. I have created paragraph Correspondence rule that rule can be used in Property-set-corr Activity Method. The Activity calling with in the section RTE Actions.
Thanks
@SivaprasadReddy If possible can you share your configurations without exposing any confidential information
@SivaprasadReddy Can the onClick activity be moved to flow action preactivity?
@BhanuPrakash_G Yes