I am trying to automate the following scenario in Make.com:
- Get one specific data by using an API key.
- Put that value in an Excel cell (and when that cell changes, another cell changes accordingly by a formula in Excel, and gives me the value in cell 6F). So far, everything works.
- Take that value (6F) and paste it into another Excel sheet’s rows. I want to take one value (number) and put the exact same value in more than one row (D4-D27). However, I can only find how to put it in one row (using the update one row module).
Can someone help me with how to do that? Thank you so much.