Show a text in an interface only for 10 seconds

Hi,

I need to show a text inside an interface only 10 seconds (not 30 seconds that is allowed in refreshVariable), and hide it after that time.

Do you now any way to do it possible?

Thank you!!

  Discussion posts and replies are publicly visible

Parents Reply
  • The 0.5 (30 second) refreshInterval lower range has been set as a guard-rail. Imagine if the refreshVariable was being set to a value which is the result of a call to the database or to a REST web-service. And then imagine (again) that there were many such instances concurrently making such calls. There may be a case for allowing a reduction in the refreshInterval value if it could be guaranteed that it was local activity only e.g. calculating the difference between now() and the time the user interface was initially loaded. Not sure how such a distinction could be made so perhaps a product enhancement request to Appian is in order here.

Children