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 Associate Developer
    in reply to Stefan Helzle

    Thanks for your reply, i understand it but is there any other workaround using localVariables and showWhen we can achieve this? like by default the refresh button should not be visible as the localVariable is false when the interface loads and once the user clicks on the upload action, the variable changes to true and hence makes the refresh button visible?

    Now i just wanted to know if it is possible to change the localVariable to true after the "RECORD_ACTION" using a!refreshVariable(refreshAfter: "Record_Action", value:true) or something like this. 

Children
No Data