I have an iterative macro with only one input that is configured for a file template (excel)
It is acceptable that the fields in the excel sheet will change, the macro will work fine so i want to treat this input as dynamic
What i want to be always present is an additional field "Authorization" which will not be ever present in the excel sheet
So to rephrase I want to have a combination of file input (dynamic fields) and one constant text input field. The input should be like this
| n * Dynamic fields | Authorization |
| n * Dynamic values | Some data |