An admin user will be creating other users within the app. How do I assign a boolean value based on the user type? I cannot use the form component since that sign the admin in as the user he creates.
You can do like this. Create a text property and name it as like Type and set update actions.
So first one is Update Logged in user> Type>Other components Selected Dropdown Type.
Then add several update actions and conditions based on that Type property.
I do not want to update the logged in user. I want the logged in user to create other users within the app without signing in to the new user they create. Then I want to assign certain boolean values to that new user that is created.
Ah ok. So first add create action. Then for the email,name etc add the inputs(other components input) and for the Type other components > selected dropdown type