Currently, my UiPath workflow reads data from excel sheet and executes based on input data. This workflow is published and added as a test set on the orchestrator. This test set is further used in Jenkins job for run purpose.
If I need to change the input data, I have to republish and update test set everytime manually before triggering Jenkins job so that updated data could be used in the run.
Is there any other better way of managing this case?