If I manually type in a form submission id it will work, but if I try to use the keyword such as below I cannot get it to work. Assuming form_submission_id equalled “1234” I’d effectively want the below to translate from:
%globals_asset_data_attributes:{form_submission_id}%
to
%globals_asset_data_attributes:1234%
I thought using curly braces would allow me to use the keyword as I wanted, but instead it just prints the text literally.