Custom Widget not updating when changing data in another page

Dears,

I have a table actions.
In an another page I am managing a html render custom widget through :

  • LookupRecords → Data
  • Python html construction
    The result is rendered via the custo Widget

It seems that if table actions is modified then custom widget html render does not update accordingly, unless I modify the LookupRecords formulas

[act for act in Actions.lookupRecords(sort_by="Sort") if act.PDCA in ["P","D","C","TBD"]]

Seems solved :
I did not put Reference List for this column (was still any) => I change to Reference List + check in another column if the data were changing accordingly.
New column + Custom widgets change now correctly

I leave this post in case it helps someone…