Enumeration default value

0
I’m using the email connector widget and have set an enumeration for a default value of 1. However, my previous emails are not updating to this default value. How do I set all of my emails to this default enumeration value?
asked
1 answers
3

Create a microflow that iterates over all emails and sets the required values. Make sure not to overwrite existing values (if any).

answered