I’m trying to figure out how to set up the API in the custom action screen so that it will update my user once they saved their selections. For example; My user’s can select a title, once that title is selected exactly how do I go about saving that to the user’s table in xano? If you can provide screenshots that’d be awesome. Thanks!
2 Likes
Did you ever figure this out?
Either do an update current user action, or if a custom action, have a custom endpoint, pass the user’s ID and have your custom endpoint update user where id = input id.
1 Like