Hi everyone,
I have 2 flows:
1. Create file in a dynamic Sharepoint site, save that file id to a Sharepoint list.
2. A flow where I want to delete that item dynamically. The Sharepoint site and folder can be different with every flow.
The problem that I have now is that I need to specify the identifier when I want to delete an item. So to retrieve that I want to use the 'get file properties card'. But the problem with that is that I have to specify the library where the file is located (this is the Documents library). But I need to do it dynamically, if I just fill in the ID manually it works.. but now I need to retrieve that guid for other sharepoint sites aswell.
So this works:

This doesn't work:
So I made a HTTP call to get the documents library id:

But... now when I run it, the Id is empty in the documents library name.. it has a null value. But.... when I look at the JSON Parse I can clearly see that 'Id' contains the list id I need... What am I doing wrong ?

Hope someone can help me out..
Thanks!