Hello,
I want to submit a form / or patch an existing row which contains a sql datatype sysname.
I have this sysname in there because i'm doing Row Level Security on SQL side and i want the user to select, which users are allowed to see the new created row entry in Powerapps.
So when i try to insert a row from Powerapps to SQL with the datatype sysname, i get an error from the sql server, because Powerapps is sending it as text and the SQL Server expects a sysname.
Is there a way to cast text datatype to sysname in Powerapps?