A configuration file is prepared in Excel and variable values are managed.
This is so that the user can change things that are changed occasionally at the user's convenience, such as the destination of the notification email.
With conventional RPA tools, flow files can be saved locally or on a file server.
If the configuration file is placed in the same path as the flow file, the configuration file can be read without rewriting the flow in both the development environment and the production environment by the action referenced by the relative path.
In PAD, the path of the configuration file must be stated in the flow, and the user must change the path of the action after delivery.
Is there a way around this?