Good day to you,
I have created an app where several people should complete a form. This was not a problem because I have created something like this before. But now the request came that the person fields "G3Person & G4Person" can be listed several people. "G1Person & G2Person should remain with a single person option.
Enclosed are 2 codes that no longer work due to the multiple selection
(1. Picture Shows Code for Gallery / Items 😃
(2. Picture Shows Code for Form / Visble 😃
Solved! Go to Solution.
Hi @KT03 ,
This is not Delegable, but should work
Filter(
List;
User.Email in G3Person.Email
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Hi @KT03 ,
This is not Delegable, but should work
Filter(
List;
User.Email in G3Person.Email
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
User | Count |
---|---|
151 | |
94 | |
85 | |
77 | |
58 |
User | Count |
---|---|
193 | |
175 | |
105 | |
95 | |
90 |