Hello!
Can anyone help me?
How to insert few rows of data extracted from excel file into body of an email ?
thank you
Hello!
Can anyone help me?
How to insert few rows of data extracted from excel file into body of an email ?
thank you
Hello @dvolkov1977 You can use the variable(where excel content stored) in email body using āCalculate a value optionā. Please find below screenshot for better understanding!
Thanky for your reply, but my question was about⦠how can i convert data from dictionary format that i get after extraction from excel to ordinary text and instert it my email body?
i need to get plain text in my emailā¦
@dvolkov1977 you can use javascript functions to extract whatever data you need. just like how you extract values from json object.
Hi @dvolkov1977, Thank you for reaching out. We would like to follow up to know if your query has been resolved.
Hi, Charles! itās sad but it still isnāt quit clear for me⦠iām still looking a solutionā¦
@dvolkov1977 Consider an example: Once you read excel file output will be in below format in studio pro and you want to get āOrder_numberā of 3rd row.
use this inside mail body like below. excel_content.Sheet1[2].Order_Number
This is an example to fetch one detail. You can use same logic to get the data from JSON object.