Maybe i missspoke.
Anyway, once again...
The flow i'm trying to make should check for every start date ("EventDate") event of the calendar and notify the group via email 30 days (or 35 or 27 or 60... doesn't matter for now) before it starts.
All clear so far? Well.
I've done that. The problem comes when the flow meets an event that was created on 2018 (for example), any day of the week, but as recurrence, and the next recurrence falls right the number of days mentioned above "30 days (or 35 or 27 or 60... doesn't matter for now)".
So, the flow, during the loop, doesn't know if that specific event is a recurrence or not, and skip exactly the event i've set as recurrence!
Here is where i'm on stack.
Now, how can i check if, looping on all events, that which it's working on is a recurrence or a normal "one time" event?
Really hope was clear enough this time.