subforms_ids = System_Summary[ID == input.ID].System_Event;
for each sub in subforms_ids
{
delete from System_Event[ID == sub];
}
When I try to save this, I get this error message:
Failed to save the function
- Syntax error. Expecting expression,invokeurl task or 'invokeintegration'. Found '['. Line Number: 1
I'm not sure how to interpret that error. What am I doing wrong in my script?