I am building a flow that erases data from a SharePoint list, then copies a table in Power BI, then pastes the table as new rows into the cleared SharePoint list. I have it all figured out except pasting the table as new rows. I hit 'Edit in grid view' and then can manually use Control+V to bulk paste the rows. However, when I use send keys to send {Control}({V}) in my flow it does nothing. Any ideas on how to fix this?