Dear Make Community,
I am looking for a solution to such a situation:
-
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.
-
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}}.
How do we do this to automate this?