Hi!
We have a team which manages data in 70 different files (one file per region). Each file is structured the same and stored in the same directory. What I want to do is add a button to each file which would perform the following action when clicked:
Compose email to <dynamic input email from cell B2> with <text from cell b4> as the email body.
I've explored forms but can't figure out how to embed the form. I've explored the http route but don't want to create 70 buttons - just one button that works for 70 different files. Help?