Hello Everyone,
I am running into issues when I try to have a form with a rich text editor inside a collection. The form works fine. I can retrieve the variables in a workflow just fine.
My problem is when I do a for each loop it won't carry over the rich text value.
I have created a form that allows users to create reminders. All the information about the reminder is in a collection. The rich text is used for what they want in the body of the email.
The top part of the image shows my 4 test runs taking the information through workflow and dropping it into a SQL table. You can see it not only kept the value but kept the formatting on the top 2 records but not the bottom 2.
The top 2 records were a test workflow where I just took the first value (no loop) to make sure it would pull over formatting and the formatting would stay in the reminder email.
The bottom 2 records are test runs where I try to pull multiple values from the collection. For example, on one form I enter 2 different reminders.
The last 2 sections of the photo are the workflow tokens from the failed attempts. I don't get any errors on the workflow and this workflow and my test workflow used the same SQL table. You can see that the value is available in the retrieve form variables activity. But if I look at the for each activities, the value is all of a sudden blank.
Is this a bug? Am I missing something?
Forms 10.4.1.164
Workflow 10.4.1.223