I have a situation where Show Message action truncates a url that is stored in a field in a table.
Here is the value stored = https://www.method.me/cs/forums/p/6510/24186.aspx#24186
I ran a loop trough my Method Forums Grid to grab a few things to email to Michael.
I use an expression and store the value in an action result then show message so I can place in an email.
It displays this = 11/13/2014 7:51:01 AM What is the TxnID field in Time Tracking? https://www.method.me/cs/forums/p/6510/24186
I need it to display this = 11/13/2014 7:51:01 AM What is the TxnID field in Time Tracking? https://www.method.me/cs/forums/p/6510/24186.aspx#24186
It is dropping the part in bold.
I can put the value in a text input on the screen and it shows up fine.