I’m trying to use the condition if a user isn’t signed in to do anything on click of the item (list component) then to open Sign-in screen
but it won’t give me the user options in the set up of the condition configuration, just the list of the columns from the componest inline list
Can you make a custom action> If logged in user is empty, then sign in, else> show details
2 Likes
Re-categorizing this into the actions category as it seems like it’s not a feature request; it can be done.
1 Like
Assuming you have a user profiles sheet already, in the sheet you want this action to happen, make a template column taking the user’s email from the user profiles sheet.
Then the condition for the sign-in action to happen is template column is empty.
1 Like