Dear community, I’ve been having problems executing a job from an app I made while giving it input arguments. The job starts but it gives the input as null instead of the value I give it.
I’ve tried hardcoding the variable in the app side and it also shows as null when running.
Any help would be appreciated.
Process parameters
App trigger process activity with variables that I used
What I can see is On the LHS part of Input override.
Shouldn’t it be Processes.aw001_calculate_declare_value._strRequestId and Processes.aw001_calculate_declare_value._decDeclaredValue (This is an out argument it should come in When Completed block)
How is it saying id__strReques… and id__decDeclar
Can you check again, by clicking on that cross beside strReque… and then re map the value once again.
I know, it’ll only let you select from this resources window
but what is happening when you select str_RequestId???
Is it automatically appendin id in front of it?
can you try to change argument names and make it start with some alphabet if that is the case.