Apply Index: For tokens that accept multiple values, you can replace the token with one of the values or all the values separated by one or more characters. The format for a token that includes an index is: %(Token#[index]#).
If I specify a token index greater than what's available (I.e. Index 4 where there are only 3 values), is there a way I can have it return blank instead of the last value?
-
- Note: If you are counting values from the start and you specify an index greater than the total number of values in the token, the token will be replaced by the last value.