Hello everyone! I really hope someone can help me out here as I have scratched my head quite a lot with this problem.
Anyways as the subject already described we would like to have a flow which will automate the process of getting Form responses with attachments to Sharepoint List.
I followed this tutorial, but there is slight difference which generates the issue - we have O365 Group Form not user form, which means that Form responses are saved to Sharepoint not OneDrive for Business: https://www.youtube.com/watch?v=Foy8i6jPZrg
Our current configuration looks like this:

This part is understandable. JSON is parsed also correctly:

Now we create Sharepoint List Item:

But now comes the part which gives me headache. Everythings seems to be okey and logical. We want to get with "Get file content" from the parsed ID with JSON of the file in Sharepoint. After that we want that file to be attached to Sharepoint List Item as attachment:

This is the from I submit:

But it doesnt work unfortunately. Sharepoint List Item is created, but there are no attachments:

And if we look at the Flow Run it says failed:

And it says that File Not Found:

When I put there OneDrive for Business as in the video I get this kind of error, which is understandable as these files aren't located there.