Skip to main content
1-Visitor
May 11, 2018
Solved

Can I Refresh mashup after clicked a buttom?

  • May 11, 2018
  • 3 replies
  • 3792 views
Hello community


I am developing an application and I need when the user clicks on a normal button, the service is updated (not the autorefresh widget with a time interval), is there any way to do it?

Thanks in advance
Best answer by zyuan1

Need to select Clicked Event first

3 replies

5-Regular Member
May 14, 2018

Hi, you can use the button to trigger the specific event:

 

In Button widget - Configure Bindings - Triggered Services page

 

You can bind the button to trigger any service or refresh the mashup 

 

zyuan15-Regular MemberAnswer
5-Regular Member
May 14, 2018

Need to select Clicked Event first

1-Visitor
May 14, 2018

I already have the event associated with the mashup service "refresh", but when I click on the button, nothing happens, any ideas?