How to find field value for single day
Current table format
| inputlookup monthly.csv
User Time
User1 2021-04-01
user1 2021-04-01
User1 2021-04-01
User1 2021-04-01
User2 2021-04-01
user2 2021-04-01
User2 2021-04-01
User2 2021-04-01
Expected :
user should appear only once for specific day
| inputlookup monthly.csv
example
User Time
User1 2021-04-01
User2 2021-04-01
Thank you 🙂
it is working
| dedup User,Time