I have a microflow that requires a parameter which does not allow me to schedule an event. What are some of the ways that I could get around this without messing with the existing parameter setup?
asked
Charles Walker
1 answers
1
If the parameter could be empty you could create another microflow that calls the original microflow of retrieves or creates the object needed for the parameter. That new flow could be used in a scheduled event.