@Mark Haynes,
As
@Nicholas Zejdlik pointed out, you would need to update whichever action you're using to save the Workbook to include the Local:=True option too. As an example, if you're using the
Save Workbook As action, you change the VB in the Code stage from
wb.SaveAs(filename) to something like
wb.SaveAs(FileName:=filename, Local:=True).
Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------