is it possible to add a task/routine on every new entry? #5750
Answered
by
duncanmcclean
netwaretcs
asked this question in
Q&A
-
Hi, I wanted to ask if there is a way to automatically generate a user group every time I add a new entry to a specific collection. EX: |
Beta Was this translation helpful? Give feedback.
Answered by
duncanmcclean
Apr 5, 2022
Replies: 1 comment
-
Yes, you could do it yourself with an event listener, listening for the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
netwaretcs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you could do it yourself with an event listener, listening for the
EntrySaved
event, then create the group from that.