would appreciate any assistance/insight. file attached below.
TimeTask1.rp (103.2 KB)
It sounds like the repeater might be defaulting to an ‘Update Row’ action instead of ‘Add Row’, or perhaps the logic within the OnItemLoad interaction is overwriting the global variable before it maps to the widget. I’ll take a look at the .rp file and see if the dataset is refreshing correctly.
I’ve encountered this behavior before when the repeater interactions are set to update by index rather than adding a new entry. It’s often a small logic error in the interaction pane. I’ll take a look at your file as well and see if I can spot the conflict.