eventValue
output of an event node, you need to manually utilize it via formulas, e.g. writing outputs[:id].eventValue.params
to access the parsed parameters of the App brought to foreground via URL event.sapappgyver://
. You can define a custom scheme for your app binary in the Build Service.sapappgyver://auth?token=abc123
.path
sapappgyver://auth
params
{token: "abc123"}
sapappgyver://auth?token=abc123