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
Mike Schmitt , that's a nice trick I will keep in mind, but I wanted to understand the actual problem.
If there is that process running in the background, I would have wanted to show that refresh button only as long as that process is active. And on clicking, I would have wanted to display the status of it.
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).
Unknown said:that's a nice trick I will keep in mind
as long as i get credit in the blog post about it ;-)
For granted!