Hi Team, I am starting the process model by triggering us start form, once a user click submit button in the interface ideally all the role input data should be transferred to process variables. But in my scenario one of the Rule input data is not transferring to the process,When is the click a submit button the data is getting saved in a role input properly ri: emailBody(Text)But the same data is not being transferred to the process model please refer the images below pv: emailBody(Text)
Discussion posts and replies are publicly visible
This may be happen because rule input emailBody is not of text string type. emailBody look likes html content.
Please share rule input emailBody datatype you have set and how you are calling process model.