kevinj
(Kevinj)
January 25, 2024, 11:06am
1
Hi,
I am encountering an error while debugging the project BC 30198:‘)’ . There is no such validation error showing in the activities but in the main showing the error. Can u please help on this.
vrdabberu
(Varunraj Dabberu)
January 25, 2024, 11:08am
3
Hi @kevinj
Please check the below thread
I did more digging by trimming the workflow, because it was a really strange issue. I found this activity with one double quote too much:
It somehow messed up Studio validation flow and things escalated really quickly. Removing the extra double quote should be the actual solution.
EDIT. Of course, we will have a look at this, because Studio should contain the error to the single activity with the issue.
Regards
ppr
(Peter Preuss)
January 25, 2024, 11:09am
4
can you do a double click and get routed to the issue? maybe it is within the variable / argument panel
kevinj
(Kevinj)
January 25, 2024, 11:11am
5
@ppr
Double click is opening message details
ppr
(Peter Preuss)
January 25, 2024, 11:12am
7
feel free to share your XAML once
did not give any hints
vrdabberu
(Varunraj Dabberu)
January 25, 2024, 11:13am
8
Hi @kevinj
Please check the double quotes in all the activities. It’s a bug and you need to remove the extra double quotes given>
regards
kevinj
(Kevinj)
January 25, 2024, 12:22pm
9
@vrdabberu Thank u for the solution