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?
Solved! Go to Solution.
Hi @ThePhil ,
From the SQL Server Connector document, we can know that Only the following data types can be mapped into PowerApps, so the sysname date type is not supported. If you want this feature, please consider submitting a idea to PowerApps Ideas Forum.
SQL Server | Power Apps |
---|---|
bigint, decimal, int, money, numeric, smallint, smallmoney, tinyint, float, real | Number |
char, nchar, varchar, nvarchar, text, ntext | Text |
bit | Boolean |
date, datetime/datetime2/smalldatetime, datetimeoffset, time | DateTime |
uniqueidentifier | Guid |
Hope this helps.
Sik
Hi @ThePhil ,
From the SQL Server Connector document, we can know that Only the following data types can be mapped into PowerApps, so the sysname date type is not supported. If you want this feature, please consider submitting a idea to PowerApps Ideas Forum.
SQL Server | Power Apps |
---|---|
bigint, decimal, int, money, numeric, smallint, smallmoney, tinyint, float, real | Number |
char, nchar, varchar, nvarchar, text, ntext | Text |
bit | Boolean |
date, datetime/datetime2/smalldatetime, datetimeoffset, time | DateTime |
uniqueidentifier | Guid |
Hope this helps.
Sik
Alright,
I've added this as idea
Greetings,
Philip
User | Count |
---|---|
258 | |
108 | |
93 | |
57 | |
40 |