Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-01-21 02:50 PM
Hi all,
I've added a new action with a code stage to an object.
The code stage is calling a function which I added to the Global Code.
The code runs fine in Visual Studio, however, when trying to execute the code stage in object studio, I'm getting "Internal : Could not execute code stage: Ambiguous match found."
Anyone any idea how to resolve this?
I've added a new action with a code stage to an object.
The code stage is calling a function which I added to the Global Code.
The code runs fine in Visual Studio, however, when trying to execute the code stage in object studio, I'm getting "Internal : Could not execute code stage: Ambiguous match found."
Anyone any idea how to resolve this?
Cheers [FirstName]
Answered! Go to Answer.
1 BEST ANSWER
Helpful Answers
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-01-21 02:52 PM
Ok, I figured it out myself: problem seems to be that I used the exact same name for the action, the function in the global code and the code stage.
That seems to confuse blue prism.
So after renaming the action and the code stage it's working fine now.
That seems to confuse blue prism.
So after renaming the action and the code stage it's working fine now.
Cheers [FirstName]
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-01-21 02:52 PM
Ok, I figured it out myself: problem seems to be that I used the exact same name for the action, the function in the global code and the code stage.
That seems to confuse blue prism.
So after renaming the action and the code stage it's working fine now.
That seems to confuse blue prism.
So after renaming the action and the code stage it's working fine now.
Cheers [FirstName]
