LightningFlowComponents icon indicating copy to clipboard operation
LightningFlowComponents copied to clipboard

*DataTable* - _(Reactive Component Source)_ - Input fields using DataTable row as default value are overridden

Open andrewmondy opened this issue 8 months ago • 3 comments

How to use GitHub

  • Please use the 👍 reaction to show that you are affected by the same issue.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Steps to reproduce

Steps to reproduce the behavior:

  1. Create a new screen flow,
  2. Create an arbitrary Get Records element,
  3. Create a Screen element with a USF DataTable showing the records and a Text entry component with the default value of the DataTable Selected Row (any field).
  4. Create a second screen element to show the value of the Text field from the first screen.
  5. Run the Screen Flow, choose a row in the datatable, note that the text field value is updated to the field from the datatable by defualt.
  6. Change the value of the text field to something else. Click Next

Expected behaviour

The value of the text field should be shown as the entered text from the prior screen

Actual behaviour

The value of the text field shows the original default value from the DataTable row instead

Screenshots

If applicable, add screenshots to help explain your problem. Screenshot 2023-11-30 at 4 45 24 PM Screenshot 2023-11-30 at 4 46 18 PM Screenshot 2023-11-30 at 4 46 04 PM

Debug Logs

If applicable, please insert debug logs here

andrewmondy avatar Nov 30 '23 23:11 andrewmondy