Include date during data scraping

dear developers, I have a question regarding including current date on a new cell everytime we do data scraping. how to achieve that?


hereby attached the sample workflow… i have to include date beside column everytime i do data scrapping. the purpose is that i have to filter by date after everytime i append the range. thank you.

Hi @Yusuf_Rahmaniac
Do One thing use Insert delete Columns activity and then try to give the index values as 1 and then try to bind the values in the datatable

Thanks
Ashwin S

Hi @Yusuf_Rahmaniac

Logic is simple after extracted data use “Add data column” activity to add a new column in the datatable and give the date as a value in the property pane.

1 Like