Getting recordId in Softr

Hello, I have a query with the list items in Softr. I have a form where user inputs information and that gets stored in an item on Monday.com and a whole make scenario runs behind. The form basically creates instantly when the user clicks the button. I want to reference the form later in a make scenario but I can see the recordId only in the URL of that page, Im not sure where else to find them or is there a way to capture them when the user submits the form or later?

1 Like

One of the things i usually do is to have the form submit to a webhook instead of directly into monday.com or another Database. That way you have full control what happens with the submission. From the webhook you can add it in monday.com

@manishroit I’m not sure I get what’s the issue, so Softr form creates an entry in Monday, Monday entry has a recordId… Then background workflow runs on Monday ? and you need to find newly created recordId in Monday workflow ?

Maybe I should try this, right now I have the webhook trigger when a record is created on monday, will change that and check if it works, thank you!

Yes, so monday creates a random recordid which I named as Searchid, but after all the scenarios are over, when I check the URL of that specific search in Softr, the recordid shown on the URL is different from the one generated in monday.

I cant seem to find the recordid in the URL anywhere, or need a method to capture that to reference later.

Thank you people. I switched my database to Airtable from Monday and everything got mapped automatically.