Hello, let's say I have a page that makes a few API calls.
In some of these API calls, the refreshtoken might expire, which means the API call will not succeed. In this case, I have to repeat all the actions from the "left side" of the action flow tree (i.e. the case where the API call would have succeeded). This means extra work and copying/pasting actions which might also lead to errors in the future.
How do you deal with this issue? Is there a way to somehow "group actions" together so that you don't have the same actions in the action flow editor? Is there another way to deal with this issue?