Updating item in DataStructure from Inline edit DG

Updating item in DataStructure from Inline edit DG

Comments

  • I am populating a Data Grid(inline edit mode) on the Form from a Data structure and, while running the Flow containing this Form, I am editing the items in the Data Grid and assuming that the data is getting updated. But when I run/debug the Flow again, I see the previous data itself and doesnt see the updated data. Can someone please let me know what am I missing here?

  • Hi

    The inline edit mode will keep the edited data live within the Flow and, once the Flow terminates, the edited data will no longer be available.

    Editing the data in the Data Grid doesnt update or edit the data in the database unless the data is updated using a setup containing Selective Update or Save Entities steps. The Form containing the Data Grid should be followed by these steps to update the data in the database.

Sign In or Register to comment.