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

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! 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")
Top Tags