Dynamic variable in Collection - Array

Dear Make Community,

I am looking for a solution to such a situation:

  1. In the first Google Docs module, I execute “Get content of a Document”. The file changes frequently, so it matches the ID to it automatically.

  2. then I would like in the HTTP module “Get a file” to retrieve the graphics placed in this document.

With each change of the file to another, it also changes in “Inline Objects → so-called objectId”.
Specifically, it is about this id: kix.94q5f7j00ifb

The whole thing looks like this:
{{38.inlineObjects.kix.4povgp5wdwfu.inlineObjectProperties.embeddedObject.imageProperties.contentUri}}

and we know that “kix.94q5f7j00ifb” is a variable.

Ultimately, it could look like this:
{{38.inlineObjects.[kix.4povgp5wdwfu].inlineObjectProperties.embeddedObject.imageProperties.contentUri}}.
P3

How do we do this to automate this?

Thanks for the answer.

  1. I would like to ask if there is such an option as I wrote above. With a solution with a dynamic variable?
    I am interested in such a solution for the future.

  2. What would he do next with the “Inline Objects Array”?

Oh, since the array only contains the label, then you’ll just have to convert the Inline Objects collection into an array.

You can do that by using the built-in function toArray.