Hi everyone,
I’m building a conditional form (branching form) inside of which I collect data that I use to populate dynamic fields inside a pdf. At some point I’m asking the user 3 information:
- Value
- Beneficiary
- Operation’s number
My user need to be able to submit several “Value”, “Beneficiary” and “Operation’s number” so I created a repeating group inside of which I put my 3 Inputs (value, beneficiary and operation’s number).
The type of content is “Saved pdf” and the data source “Search for saved pdf” without constraints. The input value content format is decimal and the others are text.
In the database I created a data type called “Saved pdf” with “Value” as a list of numbers, “Beneficiary” as a list of text and “Operation’s number” as a list of text.
When I click the “valider” button I would like to record the data (as a list) inside my database and use it later to populate pdf fields. I tried it with the “Make changes to a list of things” in my workflow but it doesn’t work an I can’t figure out what I’m doing wrong.
Any idea ? Thanks in advance.