Hi Daniel, thanks for the quick reply.
Next time I will select Application type also while posting Question.
Yes I am using RWA. where single web block is used for both and mobile.
Answering to your questions, there are below observations
1- We tried to debug in UAT and Dev environment, every time event get fired and we got all the records on Screen Handler, so we don't really know the event is getting fired or not in case missing data.
2- But Some scenario, only few records are missing, that means if event is having 10 records as input (in key-value) only 8 is coming to screen handler, 2 got missed somewhere.
3- Yes we are passing more than 20 records (in key-value pair), sometimes more than 50 records as a event input.
4- The flow is as below:
From UI block-> Mapping all input value to key and assign the input value enter by user in block-> assign the whole records to Event Input-> Screen Event handler-> get the all the records and loop it and store to DB table one by one ( FirstName, Lastname, Occupation etc).
Hope it will give you more idea about the scenario.
Regards,
Dileep Verma