Hello!
Gmail receives notifications of transfers. I need to take information from these emails and save it in a Google Drive spreadsheet. I use a first node (Gmail Trigger) and get HTML as the output. All the information is in the same HTML field. One of the pieces of information I need to extract is the transferred amount, which I should be able to extract from here (in this case: $10000.00):
… <tr height="30px;"style=“border-bottom:1px solid #ccc;margin-top:10px;margin-bottom:10px”> Importe $ 100000.00 <tr height="30px;"style=“border-bottom:1px solid #ccc;margin-top:10px;margin-bottom:10px;”> …
I don’t know which node to use or how to configure it. Could someone help me?
I’m using n8n on the web
Thanks