Make a button visible after record action

Certified Associate Developer

Hi team,

I want to display a refresh button in a interface after upload action(record action item) takes place.It should not be displayed when the interface loads. I tried using  a!refreshVariable but it is not working as the variable is always true as in value field. can anyone tell any ways of achieving this? 

 

Thanks in advance.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to kk8282

    This is difficult, if not impossible to implement using a record action. The problem is that a record action cannot return any values.

    Now, how long do you expect that upload, or maybe import, to run in the background. I mean, if this takes longer, you can use a process report to check for the process status and show that refresh button as long as the process is active.

Children