I don't have any experience with plug-ins and am trying to come up with some use case scenarios for when a plug-in would be necessary. Something that could not be accomplished with Power Automate or form JavaScript, and would actually require a plug-in. What are your real-world examples?
My understanding of a plug-in is that is operates behind the scenes on the Server side and can act on the data in three locations:
- After the data operation is sent from the client but before transacting with the database- Pre-validation
- After the data operation is sent from the client but before transacting with the database- Post-validation
- After the data operation has transacted with the database but before returning a call to the client
Is this understanding accurate?