Hi all,
I'm using an FSI query to populate my OWL so I can't use the List Modifications: Add Row, Remove Row in the UI designer.
For delete I instead use a BO action and have this.Delete() in the absl (working fine).
However, I can't figure out how to get the Add Row working? If I do a .Create() in absl it creates a new instance but this doesn't show on the screen unless I do a save and a refresh (I don't want to save as it will be an empty instance at this point).
TLDR: How can I add a row when I cannot use the List Modification-> Add Row event in the UI designer?
Kr,
Katie