I'm new, not sure how to code the following in Cloud flow?
Table:
UserCertification (UserID, CertificationID, Name, ExpirationDate, Status, StatusReason)
Team (UserId, Name, RoleID)
Business Logic:
Select records from UserCertification that expiration date less than today
If expired, set UserCertifcation.Status=Inactive
Removed user from Team via UserID
Scheduled to run daily at 12am.