I am currently working on a Power Apps application that is connected to two SharePoint lists:
* One for events
* One for participants
My goal is to link the 'Event' field in the participant form directly to the 'Event name' in the event form. However, I am encountering an issue due to events having identical names but different IDs.
The problem arises when I attempt to add a new participant through the "New+" button in the participant list. While the event name populates correctly in the associated field, the ID does not correspond to the correct event. It seems to only link to one instance of the repeated event names, thus not reflecting the actual event I need.
SelectedEvent (SelectedEvent is a global variable within the icon arrow in event gallary) shows the correct event ID.

But when I test the ID with a text label it shows a different event ID

I need guidance on how to ensure that the 'Event' field in the participant form correctly references the event's unique ID, not just its name, especially when there are multiple events with the same name. How can I achieve this linkage accurately in Power Apps?
Any advice or solutions would be greatly appreciated. Thank you!