Hi !
I want to know if it is possible to set the default value in a field of type โApp Typeโ in a SSA, I would like to avoid having to select from the Bubble application the type since I know it will always be the same, and I would like to avoid this for the plugin users.
I am doing this return trick with information that I got in some posts in this forum using the API CALL
section to create a custom type in the return, and also with the super help of the NPM package json-to-bubble-object created by @lottemint.md (Thank you very much, excellent contribution).
So, I would like to know if, in addition to this trick, it is possible to add a way to set this type created by default without having to ask the user to select this type, because it is possible that they do not do it and think that the plugin does not work and reject it immediately.
Instead this:
I want something like this :
The type set immediately by default
Thanks!