Hello
My RemoveIf function takes too long to execute. My tables are located on an on-premises SQL database. Can someone help me optimize my code?
Concurrent(
RemoveIf(
Profile,
USR_LogonName = ComboBox_USR_Logon.Selected.USR_LogonName
),
RemoveIf(
Groups,
USR_LogonName = ComboBox_USR_Logon.Selected.USR_LogonName
),
Clear(colCombination);
)

Report
All responses (
Answers (