Allow user to add emails to list to send invite

Hi there,

I’m trying to add a feature where an admin team user can list of bunch of employee emails in a list and then send invites to create an account.

I’ve tried following this approach, but don’t quite understand :

A repeating is setup to show a “PendingUsers” datatype:

However, here’s how it currently works – adds whatever is in the input on all rows and deletes all when deleted. It saves to the database, but doesn’t show up here correctly in a nice list of users to as you type and press add.

I can see what you want to do, however the logic is slightly flawed.

a repeating group is really to show a list of data, so I think in this case the best way will be to use custom states within a group focus.

You then use the send invites to ‘create a account for someone else’ from the stored inputs.

Would you mind explaining/demonstrating this a little further?

I’d prefer this was in a pop up style, not a drop down like a ‘group focus’.

Here’s what I’ve setup:

Group focus
Screen Shot 2020-05-13 at 10.24.48

Custom state on the input
Screen Shot 2020-05-13 at 10.20.30

Text field to display the input email
Screen Shot 2020-05-13 at 10.20.43

Add to PendingUser database
Screen Shot 2020-05-13 at 10.20.57

This topic was automatically closed after 70 days. New replies are no longer allowed.