How to get data from container in forms

i get these 2 containers in my forms, only show to fill with a condition, but when used, i cant take the info from it

im using this way to get info out
image

but it does not work with the info inside the container, when i use the container variable like the img before, this happen
image

my question is, what am i doing wrong and how to get only the “123123” info from the container

Hi @Leonardo_Andreola,
You can use it in two ways:
image
The easiest one is FormFieldsCollection. You need to create output argument which will have the same name as your form item. And then you can just refer to it in the process.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.