This is not a question but a suggestion to AppSheet Dev team.
Let me quickly explain the story. We set up a BOT with first step (GAS) which receive the return value. The subsequent step does the Data Change with return values from the previous step(s).
Then normally we use the syntax such as [New Step].[Output] to get the returned value.
However, as soon as we change option for this step to “Re-Usable” by turning on the option, then immediately app returns error. This is because such step would lose the sort of “address” in other words, step itself is going to lose the parent Process they are belonging to. So this error is making sense, but to avoid the confusion, the suggestion is to turn OFF “re-use” option or make the step not re-usable by default?

Thank you.