I have form which creates a thing. ( a consultation request)
When the form is submitted by the user, I reveal the user a “yes/no question” asking him whether he would like request additional consultations from other providers.
If the user clicks “Yes” I then should modify the thing which was created in the previous event. (form submission event)
“Button Yes is clicked” is separate event so I can not (do not know how to) reference “the thing” created as a result of the form submission.
Add a step at the end of the first workflow to store the consultation request in a custom state on the page and then when button Yes is clicked, update the consultation held in the custom state.