type conversion Should be easy...

When I submit a form from Webflow to update a record, it's sent as JSON - a string.  The value I want to isolate is the id, like '20' - a string.

To use the string 'id' to locate the record to update in my table, I need to convert it to a type int.  It's not clear in the Xano function operations where such a conversion is available.

Seems like that is pretty basic.  I think the JavaScript is id = Number(id) but just don't know where to look.  Is it a custom function?
Other
2 replies