Hello Team,
How do I write on excel file . I have to update the status of each transaction.
Hello Team,
How do I write on excel file . I have to update the status of each transaction.
Hi
If you want update Excel file each time you can use Append Range Activity.
Hi @DebottamRoy1,
Try using SQL Query Method.
Thanks,
Jiban
excel Cell Looping.xaml (11.3 KB)
Try This…
This is Based on Excel Cell Looping by using Write cell Activity
Hi,
Do you want to write a new line/row on each transaction or just change information in a cell on every transaction?
Can you provide a simple XAML package with Worksheet as the data source to query in SQL. It will be useful for better understanding.
Hi @ranjith,
Please find the sample xaml attached.
dbconnect.xaml (10.4 KB)
Thanks
How do I check result of this and how to implement this on my project
No I don’t want to update each time, My purpose is once loop enter first transaction and once transaction done it will update the next column is transaction done.
Any suggestion ??
Once loop enter first transaction and once transaction done
It means it is iterating inside the loop and after completing one transaction, you have to update the cell just inside the body block of your for each row activity right after your transaction…
The number of iterations= the number of updations.
You are using For Each Row- It means it will perform the specific tasks for each of the items inside that loop.
Hope you understood.
Hello,
I don’t have execute non query selector
Thanks
Any Idea