Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Message Tool Expression

Harinder
7 - Meteor

Hi 

I am just wondering if we can pass the column values in the expression field as message . please see my screenshot below:

Harinder_0-1620920992010.png

 

 

Thanks

Harinder

3 REPLIES 3
TheOC
16 - Nebula
16 - Nebula

Hi @Harinder 

Yes these can, you are very close, but it needs to be built as a string. For example

[Count] + " records from " + [Min_DateTime_Out] + " to "...

Hope this helps!
TheOC

Cheers,
TheOC
Connect with me:
LinkedIn Bulien
Harinder
7 - Meteor

Thanks for the quick reply.

I had tried this. But received below error:

Harinder_0-1620923359878.png

 

Thanks

TheOC
16 - Nebula
16 - Nebula

hey @Harinder 

count is a numeric i'm guessing, you will have to use tostring([count]) instead!

Cheers,
TheOC
Connect with me:
LinkedIn Bulien
Labels
Top Solution Authors