I have an app with a long list of inputs. I want to set them to go to a specific index (let's say `index = my_index`).
I can achieve this by placing `index = my_index` under the `[default]` stanza in the app.
However, will this affect other apps on the forwarder with their inputs set to default?
I deploy this app with a Deployment Server to several UFs.
↧