Issue related to excel "sensitivity label" under excel application scope

Hi all,

The problem is when I auto-create a excel file using UiPath, the sensitivity label is not set, then the file is read only before editing, which makes write range cannot be used for further actions.
I would like to ask how to fix when the sensitivity label is not applied under excel application scope.

Thanks,
Andy

@Andycws Are you creating file first (using diff activity) then trying to write data in it ? If this the case avoid doing this since the bot will automatically create an excel if it not already present using excel scope. Then this issue might not occur

Any further answers or solutions to this issue would really be helpful. Please suggest.

use excel application scope write range activity (properties panel select create if not exists you should be good)