Hi @RusselThomas
I am actually in deep confusion because I am very new to PowerApps and the company gave me an application to develop.
I have a scenario.
I want to discuss it with you.
I am using Dataverse as Datasource
I have a Table of MeetingDetails in which the Meeting Details will be stored
The columns are here as follows:
1) MeetingID (AutoNumber)
2) Participant Emails (Plain Text)
3) Meeting Location (Single Lin Text)
4) StartDate (DateTime)
5) EndDate (DateTime)
6) Meeting Subject (Single Lin Text)
and I have another Table as MeetingParticipants in which it will store the emails of the those which were entered in that plaint text.
The columns are here as follows:
1) MeetingID (Single Line Text) (I didnt create it as a lookup because I am unable to handle lookups)
2) Participant Email (Single Line Text)
The MeetingDetails and MeetingParticipants are related with MeetingID, as Many to One
as One Meeting can have multiple Participants
Sample Data:
MeetingDetails:
Meeting Participants:

I want to submit the data into two tables as like the above and also send the emails to them.
I have connected my form with MeetingDetails and entered emails by separating with semi-colon ( ; ) and saved in MeetingDetails but I am unable to save it in the MeetingParticipants Upon Form OnSucess.
can you please help me? I will be very thankful to you 🙂 I am totally confused on the ForAll() and Split() part !!!