Hi,
I have created a Power App from scratch without embedding a form within it. I can successfully post all entries on the form to the SP List.
I want to now 'load a meeting' from the SP list into the actual Power App?

This is the Meeting Page, that I want populated based off the entries that are entered in the previous page

I have set up a Power Automate;

and subsequently on the Load Meeting button I have put in the following on the select button;
Set(varScheme Name_1,'PowerAppsbutton-3'.Run(varSchemeName).Text) but it doesn't seem to actually load that entry into the Scheme Name button.
Any ideas on how to overcome this?