The scenario on Make uses a Telegram bot to receive voice messages from users. The audio files are automatically converted into text through a transcription module and then encrypted before being inserted into a predefined Google Docs document.
Currently, the encryption and text insertion part works correctly.
The current issue concerns image handling: I need to insert 24 images into the same Google Docs file, organized into three sections (titles) with 8 images per section, but I haven’t been able to make them appear correctly under their respective titles.
Hi everyone 
I’m building a scenario in Make that uses a Telegram bot to receive voice messages.
The audios are automatically transcribed into text, then encrypted, and the encrypted text is successfully added to a predefined Google Docs file.
Everything works fine up to that point.
However, I’m having trouble with the image insertion part.
I need to add 24 images into the same Google Docs document, organized into three sections (titles) with 8 images under each title, but I can’t get them to appear correctly in the right sections.
Has anyone done something similar or knows how to properly structure this in Make?
Any tips or example scenarios would be really helpful 
Thanks in advance!
Hey Mack,
I’ve done something similar and I used the generic API call module with a batchUpdate() function, but getting the order right requires trial and error. Can you show your scenario so far and how you are doing the update?
This is the scenario for the text,but i dont know how put the 24 images