Hi Team,
I am stuck over very simple flow.
I have excel where Emp Id is unique so i wrote select query on it to get the desired data, but i am stuck as in how i can directly update the excel.This is how input looks like…
nonAudited = 50000
audited = 75000
I want to set condition something like…if dt.Select([“Emp Id”] =4563) then write on F and G Column with nonAudited and audited value and output should look something like below:
I even tried join operation but i am getting extra columns . i don’t want to disturb the main excel file with any format change since its the base file organisation is maintaining.
I have attached the sample Excel.Please help…[Sample.xlsx|attachment]Sample.xlsx (10.5 KB)
Ahtesham