Hi Community,
I’m working on a workflow where I need to group rows based on two conditions:
- Group by `[Name]`
- Within each name, group rows where the date difference between records is **10 days or less**
If the gap between rows is **more than 10 days**, a **new group ID** should be assigned.
Here’s a simplified example of my data:

My expected output are as below:

Thanks in advance for any help or suggestions!