Form knowns and unknowns

I have a form. Users enter inputs, and each of these inputs are saved into a table, easy.

The difficult part is that this table also has to display columns, A, B and C. The top of the form has a hint field that is supposed to consecutively display fields A, B and C, the rest of the form is comprised of simple input fields.

So one table has elements (intermixed) that are supposed to be displayed and other fields that receive user input.

My question is how to consecutively (one at a time) display those table fields, A, B and C?

Those columns originally come as a single lookup value (multiple fields) before they’re parsed into columns A, B and C.

Maybe it was a wrong decision to parse the field? Would be easier to display that field if they were originally arrays or lists?

Are the values for the hints in columns A, B and C static (always the same) or dynamic (they might vary)?

What do you mean by “consecutively”:

  • one below one another"
  • or display hint A, then later (how do you define “later”) display hint B, then later again hint C?

Maybe you could try a template column or single value column for columns A, B, and C.

They are dynamic.

Consecutively (one a time) one dynamic field is displayed. One value, then the other, then the other… even the number of variables is dynamic! I set a maximum of six columns!!

one displayed value… input fields..when the submit button is pressed: another value is displayed… then the same form… submit…another value is displayed, and below it is the same form… and so on and so forth…

I hope this is clearer now

to parse that one string, I am indeed using single value

Have you tried setting up a multi-step form? There’s a template for those in the layout editor when you add a tab.

Alternatively, use a custom value field in the form directly.