Hi. I'm trying to listen to webhook but got stuck at finding Result ID
This is what I found
"Where {resultId} is the current user result ID. You can get this ID directly in your typebot flow using a Set variable block with the Result ID value."
"This will set your variable with the current result ID. The result ID is the ID that corresponds to a row of your Results table. It can be considered like a User ID for the currently chatting user."
I'm not really sure what that means or how to do that in the flow. Can you show me an example on how to do this?
I added a Set Variable block to assign Result ID to TheResultID before sending the HTTP request. Then use the variable (TheResultID) for {resultId} in the webhook link