Sorry if dumb question but do I need to be concerned with SQL injection for tables and data-queries in plasmic? i.e. if I write code Select * from table where column1 = DynamicInputField
If someone changes that dynamic input field to SQL code is that a potential problem?