I created an action that generates a 4 digit random string. This works fine, except, when I want to display this random number in an input field (by using search for id in URL in the next action) it shows a complete different number (I double checked this method, it works for non-random values, and when using ‘results from previous step’ it shows similar behaviour). How to prevent Bubble from re-randomize this number during an action-flow?
Add a data update action where code=code and refer to the results of this step. Probably the actions are to fast for the random string that is being stored in the database, it will work on this way.