Yes. Maybe I'm not clearly wrote.
Im creating profile to control missed calls. Its no problem to adding numbers to arrays but problem is when I try to search arrays for specyfic number to delete when I callback to missed call.
Missed Calls Calendar (59)
A1: Variable Set [ Name:%MISSED_CALLS_CALENDAR_COUNT To:0 Do Maths:Off Append:Off ]
<Check MISSED>
A2: Variable Add [ Name:%MISSED_CALLS_CALENDAR_COUNT Value:1 Wrap Around:0 ]
A3: Stop [ With Error:Off ] If [ %CNUM ~ %MISSED_CALLS_CALENDAR(%MISSED_CALLS_CALENDAR_COUNT) ]
A4: Goto [ Type:Action Label Number:1 Label:Check MISSED ] If [ %MISSED_CALLS_CALENDAR_COUNT > %MISSED_CALLS_CALENDAR(#) ]
A5: Calendar Insert [ In / For (Minutes):240/1 Calendar:Google:Miąsik Jakub Title:Nieodebrane %CNUM Description:%CNAME Location: Available:On ]
This is my version of searching in array.
I was thinking of new action with search specific data in array and delete it or not.
By the way --- in my case this task graphic in not correct I think (see below)