I am using a custom action to send an API request to another app from my user signup form, and I’m looking to update the logged in user with the returned data from the custom action. The custom action itself seems to be working, however the returned data never updates the logged in user. Any ideas?
The problem is that you are doing it on the sign up form screen.
See : Set properties automatically - #2 by karimoo
Ok thanks @karimoo.
So I created a new screen with a button where I am sending the custom action and updating the user. However now for some reason, the custom action is not sending from this screen (it worked fine in sending from the signup screen).
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.