I'm creating a power app that connects through power automate to Send all the Data Cards in my sharepoint site through email to a specific email group. And I cannot figure out why the submit button wont take that information and send it. I've tried many different on select but the most recent was
Office365Outlook.SendEmailV2(ClickPowerAppsbuttontosendemailforSharePointitemsofselectedlist.Run(Getitems_FilterQuery,Sendanemail_Body.submit 'Title_DataCard1', Sendanemail_Body1.submit 'User Type', Sendanemail_Body2.submit 'Users Name', Sendanemail_Body3.submit 'Start Date_DataCard1', Sendanemail_Body4.submit 'Computer Type', Sendanemail_Body5.submit 'Desk Phone', Sendanemail_Body6.submit 'Cell Phone', Sendanemail_Body7.submit 'Desk Location', 'Sendanemail_Body8.submit 'Department', Sendanemail_Body9.submit 'Company Name', Sendanemail_Body10.submit 'software.')
Any help with this submit button would be great.