How do I setup a microflow that wil automatically give me the same enddate as the startdate by using a checkbox?

0
Hi everyone, Im trying to develop an app for my courses. Im using a form with a start date and end date of a course. what im trying to do is that I want the einddate of a course to be the same as the begindate of a course if you mark a checkbox. does anyone know how to setup the microflows for this? there are no fixed start dates so the checkbox has to work with any start date I type in. 
asked
2 answers
0

Use an on change nano or microflow that copies the Event_StartDatum to the Event_Einddatum if it is empty or if it is before the Event_StartDatum.

Regards,

Ronald

 

answered
0

I don’t know what microflow actions to use can you maybe elaborate with an example?

answered