Yugal_Raju
(Yugal Raju)
September 12, 2022, 10:45am
1
Hello All,
I would like to know how to autofill the date (“9/1/22”) in a range of cells for each input data which I’m calling through variables E.g - SUZUKI , YAMAHA , HONDA etc.
I have attach a sample of how the excel file should look like. Kindly please help.
Thank you all
Test case.xlsx (9.0 KB)
Hello @Yugal_Raju
So do you want to fill the date for all the rows?
If yes, you can use Auto fill range activity.
Thanks
Yugal_Raju
(Yugal Raju)
September 12, 2022, 12:41pm
3
Yes but I’m not sure how to enter date for each point using Autofill range
hafiz.ahsan
(Hafiz Mohammad Ahsan)
September 12, 2022, 12:48pm
4
You can use Now.toString(“dd/MM/yyyy”) to auto pick the date from your System
In the value field you need to provide the date.
If yku need current date. Then use as below.
Now.ToString(”dd/mm/yyyy”)
system
(system)
Closed
September 19, 2022, 9:17am
6
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.