I do not want to use ‘element exists’ or something to close this popup because I have noticed that in another environment this does not appear which means there is a solution (maybe some settings) where the popup does not appear. However, I cannot find what these settings are. In both environments the AIP Add-In is enabled.
I am using activity ‘Save Document As’ in ‘Word Application Scope’:
I have tried killing Word process after this activity but it never reaches that point because robot gets stuck on this activity forever.
Does anyone know how to disable this popup? Maybe there are some Word or user settings?
Try using read only property in word application scope and perform save as to see if that works
These are rrstrictions made by the admin…so either he should be adding exception at user level or remove the restrictions
Ideally aip addin should be disabled for this to work
Alternately…you can use a click activity on it with parallel activity…and have continue on error trye for the click activity so that if it is not present process will move ormally and if present it would click…paralle activity will help in making click and save as work at the same time without making the bot stuck
Read-only is already used, thus, it does not solve this issue.
That could solve it, do you know what restrictions should be changed?
Yes, but we need the add-in for other reasons, therefore, we cannot disable it. In addition, this issue does not reciprocate in a different server even though the add-in is also enabled there.
That is a workaround while I am searching for a solution. Also works to kill word process.
Does it corrupt the file if you are changing file type using file activities?
Is it possible to have a word template with label already assigned - copy file - update content - use action to save as different doc?
Else, since we are Lithuanian we can take this discussion elsewhere, as I am also working with AIP standard in my team, so I can try sharing some knowledge we have.
I am using word scope or invoke code with Microsoft.Office.Interop.Word functions as I need text to be nicely formatted. I assume you mean different kind of conversion? Would that keep the formatting as expected?
The issue is not with the .docx template but with the newly created HTM file - as it is new file being created, the popup appears to select label for this new file.
Currently the workaround is to kill Word process - it works but is not a quality solution, I suppose.
It would be nice to connect to share RPA best practices, if you are open to it.