Unable to use a variable containing "%" in email body

I’m calling the Azure CLI to generate a SAS URI for an uploaded Azure storage blob. The URI includes escape codes, e.g. “%3A”.

I’ve read the URI into a variable but when referencing the variable in an email action body I get “Unable to set body [expression error]”.

I understand why the error is occurring but is there a way to prevent FinalBuilder from expanding the variable contents?

Thanks,
Heath

https://wiki.finalbuilder.com/display/FB8/Variable+Evaluation+And+Recursion

1 Like

Perfect! That worked.

Thanks Vincent. :slight_smile: