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 Stefan Helzle

    Agreed, and it also seems as if the user here might be trying to solve a problem via brute-force "refresh button" that should be inherently solved by properly chaining through the necessary write nodes of the Record Action and then refreshing the local data afterwards (though i believe refreshAfter RECORD_ACTION is also the most likely tool to help us with this, apart from some of my other / older tricks).

Children
No Data