Use catalog variable value in an action scriptIssue Use catalog variable value in an action script e.g. 'send email' action and use the catalog variable value in the subject line for the email.Resolution1) Use 'get catalog variables' action to select the required variable. 2) Use fd_data.get_catalog_variables.<variable_name> to capture and utilise the variable value as required. Screenshots are attached to illustrate this with an example scenario. screenshot 1 screenshot 2 screenshot 3