I have a simple scenario with an issue I can't figure out

Hi everyone,

first time writer and a beginner here!

I’m working on a very simple scenario

1.Module - Google Sheets - Watch New Rows
I have a spread sheet with 3 headers - First Name, Last Name and Email Address.
The module is setup to react to these rows.

  1. Module - Text Aggregator
    Where I have written a custom email message with a mapping to “First Name” so the email dynamically changes based on the row added in the previous module.

  2. Module - Email - Send an Email
    This module is supposed to take the text from the previous module and the email address from the first module, but when I try to map it “To - Email Address” it only shows the options to map it to the Text Aggregator - Text

I also see the grey connection ( not sure what this is called ) in the overall scenario connecting only the first modules - if that makes sense. But I’ve tried to manually enter an email to the email module and when I run the scenario then it does work. Could someone help me figure out how I can dynamically connect the first and the last module.

Remove the tools and save one operation.
Just make your text direct in you mail body.

Hahah you’re a genius! I over complicated things here. Thank you

1 Like

Hi again

I have a follow up issue. I’ve added Google Sheets - Update a Cell to the previous scenario. This module is supposed to update the the same row, column D called “Follow Up Email” with the date 3 days from now.

I’ve attached a screenshot of how I setup Update a Cell and the error I get.

The issue seems to be with the specific cell, but it is directly linked to the first module, so I’m confused. Maybe you can help me with this one too @Henrik_Martinussen

Thanks for all the help!


Try first with the text D and 1.Row number without {{ }}

2 Likes

@Henrik_Martinussen another successful solution!

Just so I understand the logic, do you know why it would not take it when I directly mapped it to the “Follow Up Email” because I also tried it without the brackets?

Thanks for all the help and Merry Xmas!

Happy it works.

“Follw Up Email” is having a value - the value change for every rows - so it is not the column name - but the cell value.

When you have run the scenarie one time - you can see the value from last row. See this with the text “6740”, which is the value in column D in my googe sheet.
Hope it makes sence.

1 Like

@Henrik_Martinussen Yes that makes a lot of sense! Thank you for taking the time to answer

1 Like