Context is the following:
- I’m doing an external user login (with Bubble)
- i understand the only information i can then use as a magic text from the logged in user is the token and the user id
- in my bubble database, the user has several other attributes i would like to use as magic text, such as username.
- i’ve implemented successfully a custom action (let’s call it RetrieveName) that gives me the username.
in this article Accessing your Record ID - Adalo Resources, it says:
9.) Click Run Test Request. If all goes well, you will receive a Test Successful message along with an output from the API called shortURL
. These outputs are automatically created Magic Text outputs for the returned data. You can customize these outputs by clicking on them to change their name or type, or you can delete an output if you don’t need it. Once done, click Save Custom Action.
My question is: can i then use this returned value as a magic text anywhere? Use case would be, put a Text component, click on magic text and be able to see the option “RetrieveName output”.