Hello All,
i searched for invoice date in portal and store data in variable. now how can i write data in same input excel “DATE” row. ?
please help me.
Thanks in Advance!
Hello All,
i searched for invoice date in portal and store data in variable. now how can i write data in same input excel “DATE” row. ?
please help me.
Thanks in Advance!
If you are using a For Each Row, then would be like this in Assign activity:
row("DATE") = variableDate
And after all is done you use Write Range to write all back to excel file.
Hello Bruno,
thanks for the response!
i used invoice as input, inside For Each Row activity then i read invoice date and stored in variable. now i need to write that value next to the Invoice (Date row).
is it possible to write invoice date after each value ?
If you are using a datarow, just add another field right next to invoice variable: {invoice, Date.Today.ToString}.
If are adding this datarow to a datatable, don’t forget to create the date field if it doesn’t already exists.
Hope this helps
@Srinu6038
If I am not wrong, You are reading the invoice numbers from excel, searching for the invoice in portal and extracting the date. Now you have to write that date in the same excel where you read the invoice numbers.
Thank you for the response!!
right now i’m using below process.
Thanks Again!!
Awesome!!!
its working, i used get row index and write cell activity to update real time…
Thank you Madhavi.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.