Is it possible to get the Template name as a token field in workflow?
Question
Question
Replies
One option is to use the 'Find Entry' workflow activity. Bind that activity to the workflow %EntryID and select the Template Name from the Additional Properties section of the activity.
Retrieve Field Values also generates a token for the template name.
Thanks...that's worked for me...
How Retrieve field values generate token for the template name?
What Miruna is sharing is that the Retrieve Field Values activity can also return the name of the Template assigned to a document. The twist is that you must select at least one field to make available as a token as well in order to be able to publish the workflow. (Note: the field you select can be any field, you just need to select one to be able to publish the workflow) This screen shot shows that I selected the 'Abstract' field from the 'General' template to retrieve as a token.
Now if I look at the tokens available from the Retrieve Field Values activity I see my 'Abstract' field token but I also see the assigned 'Template' name token as well.
yeah..now its clear for me...Thank you guys