cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

Mashup - Display String Message based on Remote Data Value

ajohnson-2
1-Newbie

Mashup - Display String Message based on Remote Data Value

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

  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")
Announcements

Top Tags