Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
__INSERT__ shows up in the WF specification
CRB
hello,
i have a workflow where i have this:
__INSERT__($get_cmd);
it suppose to return just
[HTML]
[/HTML]
but it prints out this, in my WF specification which causes a command to be missing [HTML] __INSERT__(
); [/HTML]
any ideas why it s showing __INSERT__?
in my wf specification generator it shows this:
[ 415] $_this_->__INSERT__($get_cmd); so i assumed it should work, but it s not working.
Find more posts tagged with
Comments
Adam Stoller
Please show the CONTEXT of where you use it - in the actual WFT (not the debugging screen)
RajatChopra
It did something similar to me as well. Had my quotes mixed up!!!
CRB
again, i have to learn to think 100 times before i post a thread... this was simple thing "just typos", but i guess it was friday so i wasnt in shape to do workflows.