I have a workflow, sending data from a Paperform questionnaire into a WordPress Page post.
In order to get all the data from the form into the WP Page, I need to add each Data Title: Value pair like this:
The problem I've run into is that one of the questions on the form is a multiple choice, whereby the answer may be 1 or more from the list of choices.
So the Data Title: Value results for that particular question on the form:
Notice that there are 2 x Values, for this particular respondent. However, future respondents might have between 1-6 Values for this single Data Title.
How do I map that, so it will output all the Values that exist for that Data Title?
In order to get all the data from the form into the WP Page, I need to add each Data Title: Value pair like this:
The problem I've run into is that one of the questions on the form is a multiple choice, whereby the answer may be 1 or more from the list of choices.
So the Data Title: Value results for that particular question on the form:
Notice that there are 2 x Values, for this particular respondent. However, future respondents might have between 1-6 Values for this single Data Title.
How do I map that, so it will output all the Values that exist for that Data Title?