How to highlight the rows in appian interface?

Hi All,

I have the requirement to highlight the rows in interface where if a value is not refreshed for 10 seconds. Can anyone please tell me how to achieve this?

Thanks

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to shubhamy0003

    The minimum auto-refresh interval available is 30 seconds, so you'd have to make due with that instead of 10 seconds. 

    I'm still not clear by what you mean with "does not refresh" - do you mean like it fails to query a second time?  Or do you mean like the data set is automatically re-queried and the value for that row is unchanged since the last query? 

    If it's the latter, then it *might* be possible to store the "previous" queried version as well as the "current" version, and display the values for any rows where the values are identical with a special font color or something. 

    Other than that, I don't believe it's possible to do what you're asking for here.

Children
No Data