Hello,
I currently have a workflow that prompts the user for two file inputs and a date via text box and action tools:


The two filename prompts update the file that is imported, and the date prompt is used in the formula tool through a reference shortcut "%Question.Date%".
Ideally, I would like the user to load in a file with these inputs instead of entering it in manually via prompts. A user would load in a file like this:

And the workflow will know to
1. Update Input Data tool 1 to use Inputfile1
2. Update Input Data tool 2 to use Inputfile2
3. Save the "Date" value into a workflow constant "%Question.Date%" that I can refer to using a reference shortcut in the workflow
Is it possible to load in "Prompt inputs" or workflow constants via a file input? My Sample workflow is attached with the inputfiles.
Thanks