Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

With our expanded trust statement functionality introduced in the trust accounting v3 rollout Actionstep has introduced new conditional merge field capabilities. This feature will be expanded to include even more conditional options in the future but for now we'll go over the updated merge field capabilities included in the most recent release. 

 

Syntax

In order to create a conditional statement in your document template you will need to create a merge field using the following format:

[[*IF {FirstName|pt=Client|rn=*} = "Steve" *]] Hello Steve [[*ENDIF*]] 

The * denotes that we're doing something special while the IF starts the conditional statement

[[*IF

The standard merge fields from your merge field list should be included in braces (otherwise known as "curly brackets")

{FirstName|pt=Client|rn=*}

Any static values should be included in quotes and there should be an operator in front of that static value

="Steve"]]

The text that you wish to display should follow the conditional start field 
Hello Steve 

 

Finally, you will need to include a conditional field stop

 [[*ENDIF*]] 

 

 

  • No labels