Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

SOLVED

SQL Activity in workflow

Avatar

Level 2

Hi Folks,

 

I want to use the SQL activity in the workflow and found that there is an option to use Conditional content in the SQL Code.

conditional_content.png

 

 

 

Just want to know, how to use the field name(highlighted in black) from the temp table in the workflow?

 

 

Thanks,

Nitesh.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

 

That's a JS tag. The editor control you have open is the standard JS personalization one, <FIELD> just means left hand side of the == op.

NB You generally want to avoid using SQL activities/granting users SQL right, unless there's a perf issue that requires custom non-sproc code to resolve.

 

Thanks,

-Jon

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi,

 

That's a JS tag. The editor control you have open is the standard JS personalization one, <FIELD> just means left hand side of the == op.

NB You generally want to avoid using SQL activities/granting users SQL right, unless there's a perf issue that requires custom non-sproc code to resolve.

 

Thanks,

-Jon