What are you trying to achieve?
Hi Community,
I’m inserting some google sheet data into google slides, and I want to modify the font based on a condition.
I have a scenario with several ‘search rows’ modules, each of this modules is connected to an array aggregator. Then all the variables are defined in a JSON module, after that I added a JSON parse module and a Google slides module (create from template).
The variables in the JSON module have this format:
{{formatNumber(parseNumber(58.array[2].3
))}}%-{{formatNumber(parseNumber(58.array[2].6
))}} ({{formatNumber(parseNumber(58.array[2].10
))}})
I want row font to be bold if ‘10’ is equal or higher than 60.
Steps taken so far
I tried creating an app script in Google Slides (outside make.com) and then adding an http module in make.com, but it does not work.
Do you have any recommendations?
Thanks in advance!!