Ok. Thanks.

But if I run the 1st worklow triggered by a button, I create the new element in the database and also start to export the screenshot.

Now I created a new workflow triggered by SCREENSHOT IMAGE EXPORT SUCESS event. In this worklow I want to set a field called “ImagePath” with the exported screenhot’s URL (Update existing DB element). But in this workflow I don’t know the unique id given in the 1st workflow.

Notice: If the user clicks the button, the first workflow will run. Now it needs some seconds to create the image export in the background and meanwhile the user could maybe click the button again. and again… So I have to know the appropriate unqiue id each time the second workflow will run and set the appropriate created image url (path).

any ideas?
best, jupxi