We’ve added three new variables you can now use in Uptrends' transaction monitoring and multi-step API (MSA) monitors:
{{@UniqueGuid}}
— This unique, randomly generated GUID can be re-used multiple times during the entire transaction.{{@RandomUSMedicare}}
— You can use this variable in the transaction and MSA monitor types to generate US Medicare Beneficiary Identifiers.{{@RandomChar(length)}}
— This new automatic variable allows you to generate a random series of alphabetical characters with a specified length. All characters will be in uppercase. For example,{{@RandomChar(5)}}
will return a value looking similar to GPLMQ.
For more information, please read the Multi-Step API variables documentation .