Note: When naming your Notebook files and folders in your working directory, it is recommended to not add any spaces, otherwise you will need to add “quotation marks” around them in the command line.
Inputs Section
Make any design input that you want to be able to change with each execution of nTop Automate into variables and move them into the Inputs section at the top of Notebook.

Output Variable and Export Files
As this follows the Custom Block mechanism, only one variable can be declared as output. You can do this by either dragging the desired variable or typing the variable name into the Output section at the bottom of the Notebook.
Tip:
You can use the Export Text and Text from Scalar blocks to print the output value and/or other values as a .txt file that will export with each nTop Automate execution.
With the help of one or multiple Concatenate Text blocks, you can use property chips to add important input values to your exported file name. Check out this Help Center article to learn how to combine scalar lists together as text.
You can use the same method of concatenating texts together to form the desired output file path based on each level of your folder structure made into separate input variables.
You can use the Export Text and Text from Scalar blocks to print the output value and/or other values as a .txt file that will export with each nTop Automate execution.
With the help of one or multiple Concatenate Text blocks, you can use property chips to add important input values to your exported file name. Check out this Help Center article to learn how to combine scalar lists together as text.
You can use the same method of concatenating texts together to form the desired output file path based on each level of your folder structure made into separate input variables.

Workflow
Make sure that your workflow is able to run properly on a test part. Every block in the workflow needs to be computed, meaning there should be no blue question mark icons or error messages.

