Skip to main content
June 13, 2022
Question

How to highlight the rows in appian interface?

  • June 13, 2022
  • 3 replies
  • 0 views

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

    3 replies

    mikes0011
    Brainy
    June 13, 2022
    highlight the rows in interface where if a value is not refreshed for 10 seconds

    Can you please rephrase this?  I'm unclear what this could mean for a few different reasons.  Does "rows in interface" refer to *grid* rows, or something else?  What do you mean by the phrase "if a value is not refreshed"?

    The Expression Guru
    June 14, 2022

    The rows refer to the grid in interface and each value refresh after certain minutes, if any value in row does not refresh then it should be highlighted?

    mikes0011
    Brainy
    June 14, 2022

    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.

    The Expression Guru