Adding new Inputs as a list [SOLVED]

Hi everyone, me again.

Hope you’ve all had a nice weekend.

I have a quick question I hope someone can help with..

These elements selected are currently hidden. The user clicks ‘Add Input’ to reveal an element. My question is, what workflow do I use to reveal each element in order? I can only figured out to reveal 1, or all of them?

I.e., each time they click ‘Add Input’, the hidden inputs are revealed upon each click.

Thank you!

Are they fixed inputs (for instance, you have like 10 inputs in total) or are they unlimited?

If they are fixed you could add simple conditionals to them, lets say each input has a value like 1, 2, 3, 4 etc.

Then you could set up a conditional that input 2 is visible only when input 1 is not empty or something similar to that and so on with the rest of the inputs.

Since they are on a list, perhaps you could also try to extract a value of the cell using current cells index to work the conditionals.

Hey Marcelo,

Thanks for that suggestion! I gave it a go but when I press ‘Add Input’, all of the fields pop up together.

This is my current workflow/coniditon:

Quick Q: Does a ‘placeholder’ count as ‘Not Empty’?

Alternatively, Could I consolidate the conditions to the workflow?

@marcelo.bidoia.santos thank you very much. This has done it!

1 Like