Hello Nintex Community,
I need a little help with some logic on one of the Sharepoint Nintex Forms. I've created an approval process that gets sent from participant to participant to either someone's emails(Participant1, 2, 3, etc - PeoplePicker field) or a team's email bin(TeamMailbox1, 2, 3, etc - List Lookup field) with a maximum of 10. Once the participants open the form they have two choices.
P5choice, ParticipantsFull (screenshot below)
- P5choice: Values (Next, Previous, Delegate, Reject, OPI)
- ParticipantsFull: Values (Next, Reject)
I want P5choice to be visible as long as Participant10 is empty and TeamMailbox10 is empty, this way MORE participants can be added.
I want P5choice to stay visible if participant 10 wasn't reached until after they answered(during participants 6, 7, 8, 9, etc.)
I want ParticipantsFull to be visible only if ALL 10 participant slots are taken up, this way NO MORE participants can be added.
I'm pretty sure the logic for Hiding ParticipantFull is good
( isNullOrEmpty(Participant10) && isNullOrEmpty(PositionalMailbox10) ) || !isNullOrEmpty(p8choice)
I'm struggling to try to come up with the logic for P5choice. If anyone could give me a little bit of guidance I would greatly appreciate it.
I tried to give as much information about the form as I could. If anything was missed or needs to be clarified I can provide more screenshots or information if needed.
Thank you for taking the time to look over my post.