Is there a way to access the input array values from the crew code? I’m creating a flow and want to save files from various crews in the same folder, but I want the files to be in a different folder each run. So I run a function that creates a folder with a unique name each run, and then pass that name to all the crews in the input array. But I don’t know how to read the input array in the crew Python code.
Thanks