How to include all users in a notification workflow

I’m trying to make a workflow that notifies all users when someone inserts a new entry.
I have a table that includes all users (name, email, etc.), so instead of writing the email addresses one by one, I want to make an expression for that.
SELECT(Users[Email], TRUE) - doesn’t do the job.

Any idea?

0 8 333
8 REPLIES 8
Top Labels in this Space