Hi all apologies, I have been trying to do something different and the correct syntax is eluding me, I have added a second datasource to my Form, I am not hoping or expecting to update both using the one form, the second is just to get me some reference data.
Both datasources contain a field called Meeting Name, data source one is the one that will get updated and this is called Meeting Log, and the Meeting Name is DataCardValue2, on the second datasource called Meetings the Meeting Name is DataCardValue8
If I put ThisItem.'Meeting Name' = DataCardValue2.Selected.Value into the default I get false displayed in the datacard, what I am trying to do is get this to match the first datasource and set it to the Meeting Name, thus also populating a field called coordinators with the matching datasource
Any pointers on what the syntax needs to be?