Obtain Record ID From a Details View via Javascript

We have setup a baseline Formstack integration, but we are currently running into an issue. I need to pass the record ID along with all of the data in a Details view, but currently am unsure of the actual code necessary to do this. I’ve not had any luck searching so far; certainly this isn’t a difficult thing to add, is it?

Any assistance would be greatly appreciated!

Hey @Michael8 thinking you’re after this based on your variable ‘data’?

data.id

Yup, I was expecting it was something very straightforward…

Thank you, works perfectly!