Bulk (Resource) Creation with CSV/Excel Data Import
enable data driven scripting, where scripts can read an excel document from an external source or script that will ask for user input of an excel to create a bulk amount of resources for example with data from the excel sheet.
Creating build resources would be a simple use case to use t...
Let scripts check and work with files that get downloaded during testing
When we generate payroll reports, expense reports, or other documents, they download to our computer. But then we can't verify if the report is correct without manually opening it. We spend a lot of time manually comparing downloaded reports with expected results.
We want to be able to c...
Ask the user for input while the script is running
Currently you can set in the script a parameter with a default value, but we want to make a script that will first ask a PO or Developer for and name with in input field where it will ask for a value, that then can be used in the script further on. This way we can make for example create a bus...