Skip to main content
1-Visitor
March 26, 2016
Question

Mashup - Display String Message based on Remote Data Value

  • March 26, 2016
  • 1 reply
  • 1109 views

Display on mashup corresponding static string message based on specific value from received property.

val = 1, "my State 1"

val = 2, "my State 2"

1 reply

1-Visitor
March 27, 2016
  1. Create a service which returns the message
    1. On service invoke, trigger the message
  2. Use an expression widget which returns the message
    1. Code: (val===1?"my State 1":"my State 2")