Dear all, I have an interface which is composed by two sections, each

Dear all,

I have an interface which is composed by two sections, each section being defined in separate interface.
In the interface that contains the first section I have some inputs and a button which computes the rows to be populated in an editable grid placed in the second interface.
My issue is that the rows in the editable grid are updated only the first time the button is clicked, after being populated it behaves like the a!save function is not saving anything.
Does anybody have any idea regarding this?

Thank you in advance!

OriginalPostID-165781

OriginalPostID-165781

  Discussion posts and replies are publicly visible

Parents
  • Hi, Can you share the logic for this ? Meanwhile check out the following possible causes...
    1. You must be using variable(s) that act like bridge between these two columns, so to enable rows computation in second column up-on clicking on a button in first column. Are you properly re-computing these variable in side the button's saveInto ?
    2. Have you checked if there is any problem with having your logic inside with block instead of load block vice-versa ?
Reply
  • Hi, Can you share the logic for this ? Meanwhile check out the following possible causes...
    1. You must be using variable(s) that act like bridge between these two columns, so to enable rows computation in second column up-on clicking on a button in first column. Are you properly re-computing these variable in side the button's saveInto ?
    2. Have you checked if there is any problem with having your logic inside with block instead of load block vice-versa ?
Children
No Data