Hi I use `execute process` to call another RM file.
What's the easiest way to pass a value (number or string) into that function?
I thought of a few ways
1. Wire it as input. Wire looks good since it visualizes the flow of data.
But this seems to require making a table of one row by one column and saving it into the repository. In the call RM file I can extract that value into a macro.
2. If I store the value in a macro in the main RM file, would it automatically be available in the called RM file?
Let me know what you think/how you deal w/ this. Any advice is appreciated. Thanks