How to pass the text from excel sheet in to a text field in the tally application?

How to pass the text from excel sheet in to a text field in the tally application?
Scenario: I am creating some purchase orders in tally. For this, I need to enter the name for each & every invoice. I have added all the names in excel. Now, how to fetch the names present in the excel to
the text box or text field in the desktop apPlication(Tally ERP).

@pakamsuman use Excel Read Range activity and use for each than iterate

Hi Indra,
If possible pls provide a sample flow or steps in detail.
Thanks,
Pakam Suman.

1 Like

sampleexcel.xaml (7.9 KB) (Or) inside For each row { row(“columnname”)} will hold the value of particular column item which you can pass to your tally application
@pakamsuman

Thanks,
Sreekanth.k