Status action and expression

I have a lengthy workflow using many EasyMorph projects. I'm using the Status action at the beginning of each project to watch progress on the server. I selected the option to use an expression to customize the information. The expressions include displaying parameter information. However, when watching the task run the parameter isn't displayed but rather just the parameter name in braces. Likewise, the status tasklog on the server shows the same information. Below is an example of what is displayed. Is this a bug or am I not understanding how the status action works?

8/6/25, 11:34 AM Import {QualifiedFileName} as plain text
8/6/25, 11:34 AM Import {QualifiedFileName} as plain text
8/6/25, 11:34 AM Import all columns from {QualifiedFileName

Hi @chrisllawson ,

could you post the exact expression you are using? It looks like the parameter name is part of the text, so it's not being evaluated.

Here is what I mean:


1117_w_phN9mZMko0

Please let me know if this makes sense.

I just discovered what's going on. Auto-status is turned by default for all imports and exports. So my question now becomes, does Auto-Status simply display the parameter name used in the import action and not substituting the parameter contents?

You are correct, currently auto-status just shows the action description, which does not evaluate parameters.