Hello,
Fairly new to Power Apps so please excuse me if this is a simple user error... but I'm stumped even after looking online for guidance.
I have a VERY simple need to process field values in a Power App Form to a SharePoint List (but via Power Automate as I'm looking to insert approval steps).
1. I have two text input fields
'TitleInput'
'Description'
2. I have a Power Automate flow 'Create item' which has associated with the app:
3. I have a 'Submit' button that I want to use to trigger the flow. This is the fx I am using:
Createitem.Run(TitleInput.Text,DescriptionInput.Text)
It is almost like it does not register the fields as text inputs as it does not even prompt in the formula bar:
I thought maybe MS have updated this to 'Value' but that does not seem to work either.
Any help much appreciated!