Using a Sub Dialog box to removed data from a Grid List
I am having difficulties with a Sub Dialog Button updating a Grid List after removing a record from a database. If I click the "Fetch" Active Form Flow Button, the grid is updated, but I have to click it. Even thought I've added that Sub Flow into the Sub Dialog to "re-fetch" the updated data (from a database), it doesn't do it unless I hit the other button.
Comments
-
You can delete from a grid list by using a sub dialogue box. You want to uncheck legacy when using the sub dialogue box as seen here:
In the subdialogue flow you can utilize a delete step found in the user defined types section of the tool box and delete the selected record.
You can then use a create data and change value to change the value of the form data






