Announcements
Hi
I have 2 sharepoint listsan event list and a participant listthe event list has an unique id fieldthe participants list has an id field corresponding to the event id (many participants for an event)How to make an event form that displays the list of participants of this event?
thank you
Hi @jc-roux
Thank you for that answerBut what I can not do is retrieve idevent from the events list to display the list of participantsI made a screen with a form from the event list and a data table with the list of participantsHow to write "Filter (participants, EventIDCol =" IDevent from list event ")?
I can not do it Since I do not know how to put "ValueToMatch" which is my ID in Filter (participants, ColumnToMatch = "ValueToMatch") I tried "Filter (participant; ID_event = DataCardValue53)" where "DataCardValue53" is the ID of my form event but I have an "invalid type argument" errorI tried "Filter (participant; ID_event = Form7.DataCardValue53)" where form7 is my form event but I have the same messageI also tried "Filter (participant; ID_event = Form7.ID_event)" but it does not work eitherI do not understand how to pass a value in "ValueToMatch"
hey, thank you very much!It works by adding ".text"I now know how to filter based on a form field
But is it possible to filter based on a field from another sharpoint list?Because there, I must include a field (ID) that I do not wish to see appear in my formI tried "Filter (participant; ID_event = Event.ID_event.Text)" but it does not work (where "Event" is the name of my list and "ID_event" the name of my column in this list)(Surely still a syntax problem)
HelloObviously, I can not do itI do not understand how to look for a value in another list without using "datacardvalue"How to do it, like with SQL: SELECT column_name FROM table_name WHERE condition
In my case, SELECT "name" FROM participant WHERE "id participant list" = "id event list"
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 355 Most Valuable Professional
11manish 209 Super User 2026 Season 2
MS.Ragavendar 150 Super User 2026 Season 2