Hello!
Is it possible to jump to a dedicated Application Studio report if an executed App Engine process is successfully executed (without any additional click)?
Thanks and regards
David
Hi David, Yes.
Use the function 'RunProcess' within the action. This will run the AEP script without displaying any dialogue box - you can capture the return (ie bool) and perform a jump straight after. You may be able to place this within the jump condition itself.
I usually set the target of the jump to a particular report on success or jump to the report your currently on in failure, make sure you place this within the middle section of the action (under input) for it to process BEFORE the jump.
Hope that helps!
Hi Ibrahim,