ericrsmith35 / DatatableV2

28 stars 24 forks source link

First record in Selected or Edited collection variables is NULL #52

Closed Windyo closed 3 years ago

Windyo commented 3 years ago

This is a non-breaking bug as Salesforce ignores this line on DML.

The first result is always a fully null record with no data. This doesn't prevent insert or update, and as such is non-breaking, but does show up when doing screens that iterate over selected components.

Desired:

only selected or edited records show up - NULL is omitted

ericrsmith35 commented 3 years ago

I'm not able to reproduce this in the current release (3.0.10) For current Source, see: https://github.com/alexed1/LightningFlowComponents/tree/master/flow_screen_components/datatable