[info]audit :using excel file - race condition

i have used EXCEL PROCESS, use excel file, write data table to excel
i have mentioned only sheet1 as the name to write the data table
it opens the excel innumerable number of times i.e runs into a race and keeps saying ‘5/07/2024 16:39:34 => [Info] Audit: Using Excel File: C:\Users\rdeepare\Documents\UiPath\VSAM_LWQB1\LWQB.xlsx’
in the log.
i have turned off log message under project settings /ui automation modern/robot logging/ log audit information off
i have tried adding log message before writing to excel
these are not working
Am using 2024.4.0 Community version
Pls advise

Take a close look at your write data table activity, sometime when dragging around activities, your mouse slips and accidentally adds a small arrow to the activity pointing to itself. Thus it “loops” the activity indefinitely…

I immensely thankyou for quickly identifying the root cause. i deleted that activity and recreated And it worked

1 Like

@Ramanujam_Deeparekha Please mark my answer as the solution to make it visible for other users who might experience the same. Thanks

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.