Trigger process from app doesn't capture input

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.

  1. Process parameters
    image

  2. App trigger process activity with variables that I used

  3. Job details in orchestrator
    image

Hi @g-konig

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.

Happy Automation! :smiley:

Thank you for your answer!

I can’t edit this field, when I try it forces me to select one of the argument blocks:

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.

That worked! Thank you so much!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.