Hi Harsh,
Right click in your MyFirstModule -> other -> Schedule event -> make a new schedule event , Set your timing when you want to execute & call your send email microflow here
Add an EndDate attribute of type DateTime in asset entity. If you have email attribute in asset entity then make use of it else add an association with account entity. In microflow add a retrieve for asset entity and give the x-path constraint as end date is within and equal to the current date and time. Use a loop to process each retrieved Asset object and Retrieve the associated account entity for the Asset. use the send email activity create a template for it. App Explorer > Scheduled Events. Create a new scheduled event. Configure: Interval: Daily. Time: Set to 10:00 AM. Microflow: Assign the microflow.
Hi Harsh,
Right click in your Module -> Add Other -> Schedule event
Configure schedule event accordingly
In Microflow create a logic that trigger email sent.