I need to
Delete ALL records in a sql sever table from PowerApps.
I CAN NOT use Flow at this time.
table name is "t_sst_BrandMasterTest"
However, I could use where "Supplier_Name" is not null ?
Thanks
Dave
Solved! Go to Solution.
as I stated, I cant use Flow.
I used this:
Remove('[dbo].[t_sst_BrandMasterTest]',Filter('[dbo].[t_sst_BrandMasterTest]',Supplier_Name <> Blank()));
worked good.
dave
as I stated, I cant use Flow.
I used this:
Remove('[dbo].[t_sst_BrandMasterTest]',Filter('[dbo].[t_sst_BrandMasterTest]',Supplier_Name <> Blank()));
worked good.
dave
User | Count |
---|---|
246 | |
105 | |
82 | |
50 | |
43 |