I am working on Get record activity inside Dynamics Finance and Operation scope and getting following error while assigning a variable type ResponseStatus in output.
BC30560: ‘ResponseStatus’ is ambiguous in the namespace ‘UiPath.BAF.Models.Response’.
Can someone please help me to understand the issue and fix it?
It’s due to ResponseStatus is available in both the namespaces UiPath.BAF.Models.Response & UiPath.MicrosoftDynamicsFO.Activities.GetRecord
Resolution:
If not using UiPath.BAF.Models.Response on the current workflow file, go to Imports panel, search for the namespace, Right click on it and click delete.