hi guys i am create an automation app which takes feedback from employee and what i do here is once user click on submit i send all the feedback data in queue after that i have developed one workflow which is fetch a queue items and store it in data table after that i am write that data table in Excel sheet using write work book activity after that i publish that process and linked with ui path feedback automation app submit button but after click on submit button item get added in queue successfully but once process start its show success message but data that i fetch from queue is not mapped in Excel with values my backend workflow works in studio but when i try with this app its just show msg as success but not mapped data with with ExcelSheet what i need to do here ?
Hi @Balaji_Pralhad_Chavan
Welcome to UiPath,
Check if the queue data is correctly fetched and mapped to the data table. Ensure the Excel file path is correct, and the bot has write permissions. Add logging to verify the data flow and use error handling to capture potential issues.
1 Like
@prashant1603765 It seems to be data is not updated in excel you are looking for.
- Ensure you are passing excel path correctly.
- Check if you have passed any hard coded file paths in process.
- Add log messages while adding data to excel so that you can understanding if its passing any values or not
1 Like
Thanks its resolved now
Thanks issue is resolved
Great @Balaji_Pralhad_Chavan
Please feel free to mark as a solution tick and close the thread.
Happy Automation!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.