How to apply sanitization of each field of each entity?

0
I want to try to check each input that is entering the database of my app.  How can i apply sanitization of input for each field of each entity?
asked
1 answers
0

Make one microflow with a string parameter and does the sanitaion. Then on each field create a on change flow that calls this new subflow and passes the correct string to sanitize.

 

Regards,

Ronald

 

answered