I am completely new to Power Automate and have seen similar questions and posts about this topic, but most are addressed by inserting an HTML step at the end, which means it requires a paid version of Power Automate. I'm wondering if it's possible to build a flow with the free version.
If not, I'm also wondering if anyone has ideas on addressing my issue. I receive a CSV report via a URL in the email that sending from Google Ads every day. After I click the "view report" button, it directs me to a webpage and downloads a CSV file automatically. Eventually, I want to download the report and upload it to my Google drive.
I'm attaching the screenshot of the email content if it helps:
HTML to text content
Initialization variable: Name: startIndex Type: Integer indexOf(outputs('Html_to_text')?['body'],'VIEW REPORT')
Initialization variable2: Name: endIndex Type: Integer add(indexOf(outputs('Html_to_text')?['body'],'Learn'),6)
Initialization variable: Name: url Type: String substring(outputs('Html_to_text')?['body'],variables('startIndex'),sub(variables('endIndex'),variables('startIndex')))
Current output in plain text: VIEW REPORT [https://urldefense.com/v3/https://notifications.google.com/g/p/AD-FnEz5EAv3CG8aF4CNNPTSIlfZcRG3FiDbia5D0gDCbGwjg0TEhpi3mu5v36iTQxQV0vEUa9-y8NSJNJ8NZFN3HTw9wXaUatKQNt2zVCy6b_8WEfl18LisbGN-N45qaQlRQLNlXIaaeoeN7y2ryAni3ewe9RF1LgBaUwVeV184HMAT3wV6Wazp6m4K9EFNXJMubGCgsiR4bKsSjHYT1n0GUP922CyEqHvuieXoOJcg_zxAajq6NJ8mLrGFpXNzbzuf-Rkxt7K6U41i2sv23k8NjbyJggZzjmYlDCJxMi0Yfrhtp9nv4tHHWHYhmFoDrGlCUBpLIlU1OejCAAPh5b528dfwLEnuJiPZD2jbzSqi2xc0pni5azu6X5ovfYwwt1tOEhE6WMh-skqEAKPZsojJXlsR_1wEo6rjIzkZSPH1PlHZ6hOEf9NSIRsFyOSltCzFMciuSwZ2W9ElpCHJHY7HFtbscgtyCYkwIGF0ul5ZFd1X2TU10n-mNspwbm-nIYnVLU9lkAYwo7hLuIXk0jEYeB_5oBRht8dVRcdxtTe_hdAlP1V6fe5XPiAP7iKMKI1LecsdKdatHhY-Rpfj0ug;!!MOA0!LtG7zavxLCLQxJx_IASs8WS58E9Vyh6h007Aak8KErrQEibrffJ-7nMH43ah2***z9lJsRE$]
Learn