Hello!
I want to dynamically update the Arguments value on a Run Command tool using a Control Parameter and an Action. In the attached example, the control parameter question is set to C:\temp\test.xls. The idea here is that a file path would be passed into the macro:

The Action is set to update the value for Arguments, replacing the specific string FullPath.

The expected behavior is an Arguments value of ".\test.vbs" "C:\temp\test.xls". The included VBS file simply assigns the argument to a variable and does an echo to demonstrate that the Arguments value is not actually being updated. The expected output of the message is "C:\temp\test.xls", but instead we get "FullPath". Here is the expected output when run from the command prompt:

Does anyone have any advice regarding how to make this work? Thanks in advance!
Best Regards,
JD