Note: before asking the question I did check the other posts.
I’m using V2 API and I have an action to update the model id, using the one in the parameter, upon re-querying the model. One action set’s the model with the relevant id. The other action, based on this documentation:
Would be to query the model again, therefore this starts a forever loop on the model preventing it to update.
How can I prevent this loop?