Seting column value when login

Hello ! this is just what I needed !
I could succeed in initializing filter date value automaticaly and only after first login with this AI component prompt :pray:

  1. In the DATA section, define only the Delay property with a milliseconds value.
  2. On component load, automatically retrieve the Delay property. If the property is not set, use a default value of 100 milliseconds.
  3. Use the retrieved Delay property to start a setTimeout function.
  4. After the specified delay: execute all actions.
  5. There will be no visual elements, start, or stop button; all actions will trigger automatically without any manual intervention.
  6. Ensure that all code runs within the component’s secure context to avoid violations of Content Security Policy (CSP) and prevent loading external scripts.

many thanks for having shared you knowledge and thinking !

2 Likes