I keep getting an error on this line ?
; /// SHAREPOINT TABLE DELETING NOT WORKING 6/24/2021
RemoveIf(t_redbook_escalations_email_approval_agi, Title= RBK_EscalationId_txt.Text)
"Title" is the name of the Column.
Thanks
Dave

I keep getting an error on this line ?
; /// SHAREPOINT TABLE DELETING NOT WORKING 6/24/2021
RemoveIf(t_redbook_escalations_email_approval_agi, Title= RBK_EscalationId_txt.Text)
"Title" is the name of the Column.
Thanks
Dave
@Anonymous
So that error is not a delegation warning...it is an error from the datasource.
Technically your formula looks correct, but the best way to determine the real issue is to run the Monitor Tool and see what is really being submitted and what the response is.
That should lead you to the cause.
I hope this is helpful for you.