We have a use case where we would like to generate an event or trigger
that calls a workflow or a function when a value is saved in a schema.
We can call a function but only after the schema is saved and the code
runs on a scheduler not on an event when a form is saved. Some OOB
schemas have a real time method in the schema but we are not sure on how
configure it. Will this create an event and trigger a function when a
value is saved?THANKS.