Bot > How to use Return Value in Call a process?

Hi there,

In this Bot, I need to call a process which would use a value (in Process inputs) returned by the step before.

In this exemple, Step : Value of Schedule Window +1 returns โ€œSW+1โ€

In the next Step : Call Add Schedule Window, I need to use โ€œSW+1โ€ as one of the Process inputs.

How should I proceed?

Thanks

image.png

0 3 1,290
3 REPLIES 3

Steve
Platinum 5
Platinum 5

Your image didnโ€™t make it. Please reattach.

Former Community Member
Not applicable

Looks like have added a โ€œReturn valuesโ€ step (Step: Value of Schedule Window+1) in the โ€œYesโ€ branch of your โ€œBranch on a conditionโ€ step and you are trying to use one of the return values from that step in the โ€œCall processโ€ step (Step: Call Add Schedule Window) that is immediately below it.

Typically the โ€œReturn valuesโ€ step is the last step you would have in a process as it returns from there, you wouldnโ€™t place it before the โ€œCall processโ€ step. Thatโ€™s why you are most likely getting the error.

Please review the help article for additional information.

Top Labels in this Space