Skip to Content
0
Jun 16, 2020 at 03:33 PM

How to "Add Row" when using FSI Query in OWL

259 Views Last edit Jul 01, 2020 at 10:27 PM 2 rev

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