Hello power Apps Team ^^
I hope someone can help me because I am struggling for a few days...
Event Name | Min number of Participants | Max Number of Participants |
Text field | Number | Number |
- Then, I created another SharePoint list called Inscription with these fields:
Event Name | Attendee | Min Participant | Max Participant | Status | Recurrence |
Lookup from event List | text field | Lookup from event List | Lookup from the event list | Confirmed or Cancelled | calculated en powerapps |
- I am looking to display a popup msg when the number of lines in the inscription list ( status Confirmed)=max number of participants. I created the recurrence field with the following calculation
CountRows(Filter('Enrollment test 2','Event Name'.Value=DataCardValue2.Selected.Value && Status.Value="Confirmed"))
so if I have 5 lines confirmed in the participant list, recurence=5
For the popup msg, I added a simple label with text "Max Number of Participant reached"and the visible If(DataCardValue6.Text=DataCardValue1.Selected.Value,true,false) ( if recurrence=Max number)
Id: LookUp('Enrollment test 2',ID= Value(ThisItem.'Event Name:Max Enrollments'.Id), ID),
Value: Text(Value(ThisItem.'Event Name:Max Enrollments'.Value), "##")
}) but it doesn't work and I cannot see anything displayed in the inscription sharepoint.
What should I do? and why a number ( changing according to selected event) is considered by default as a Combobox?
Thanks in advance for any help or comment or tip to improve my solution and to make it works properly
Sabrine
Hi @Sabrina1988 ,
may be, this is the wrong audience for that question. May be you get answers in the https://powerusers.microsoft.com/t5/Building-Power-Apps/bd-p/PowerAppsForum1 board. Here you will find Topics around PowerAppsPortals which has to my impression only partly an overlap to PowerApps 🙂
Have fun and keep PowerApping,
Christian
User | Count |
---|---|
3 | |
1 | |
1 | |
1 | |
1 |