Hi community.
I am recently developing a Power App to trigger an approval flow on Power Automate and I have two questions regarding the issues that I have ran into.
1) The Power app is basically an edit form that uses sharepoint list (named Production Approval List) as the data source. However, when it's initialized, the form is invisible with "Get your data" as the prompt. I have to click the cancel (the button is to call NewForm func) to make it appear. I tried to add NewForm function in the fx field, but there is already something there and I can't add it successfully. Can someone show me a way of initializing the form while opening the app?


2) The power app I made will trigger a power app flow once clicking the submit button with passing a few values of the form to the flow. While I was trying to push some notifications using the power automate, the text from the Action (see the pic above) field always come with the ugly markup (see the pic below) that I can't get rid of. Can someone show me a way of passing the text from power app to power automate flow without the markup text?

Thank you very much!