Workflow: add input's value to a list required more

HI, I have a repeating group, type: quests, that display quest title, description and assigned candidate (this is a list, one quest can have multiple candidates), and I have a pop up, data type: quests, that display these information of each quest, and make changes if necessary, I have an input that invites candidate(s) to complete this task by entering their email in this input box, and a save button. When I set up the workflow of this save button, it requires more statement. Help :frowning:

Next thing I want to do is the user being invited, if have a profile in application, receive the quest in their quest board, if does not have a profile in application, send them an email to invite sign up and get the quest in their quest board.

If your input’s type is email, than you need to do a Search for users that have this email and return the first item. Note that your list hold USERS and your Input is an email. They are not compatible.

Do a Search for users (where email = input skateholder's value):first item

Speed

1 Like