Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
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