How to find where the syntax error is located

I have a problem that isn’t blocking, but it’s annoying.
I have a Workflow where there is a Syntax error on a SQL Query activity.
I can’t figure out where.
Is there a “quick and easy” way where it is found, without reading all the UPDATEs present, which are over 500?

Below is the error log that UiPath returns to me.
But it doesn’t help me much in understanding where the wrong action is located.

Thanks.
Aaron

@AaronMark,

I think you should be focusing on first 2 lines. There it’s return that issue is with your query at ‘from rpd_bot_cpqfallback’.

Check your query you are executing. You may share it to review if required.

Thanks,
Ashok :slight_smile: