How dynamic can Forms be?

This is what I would like to do in a Form. Is it possible?

  • Prompt the user to select a file
  • Update the form to display all the other files in the same folder
  • The user selects (checkbox?) the files they want processed
  • The user clicks submit and the automation can continue, with data telling it which files to process (it copies them somewhere)

I’m just wondering if a Form can be updated dynamically - the selection in the file picker drives populating a data grid. Submitting the form then sends the data grid data back out to the automation.

1 Like