type conversion Should be easy...
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