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

Community Tip - You can change your system assigned username to something more personal in your community settings. X

I want to change the variable of Thing by using the push button.

SH_KIM
11-Garnet

I want to change the variable of Thing by using the push button.

Dear all

 

I'm trying to send an e-mail on mash-up button.

The test was completed using the mail extension.

I want to send mail when the push button of mash up is pressed.

So, when I click the button of the mashup,

I need to activate the bool variable to activated the subscription.

 

KS_10093424_0-1638335879101.png 

  (Push the button)                    

               ↓

 

KS_10093424_1-1638335921115.png

 (Change the Set value to true)

 

 

Thank you. 

1 ACCEPTED SOLUTION

Accepted Solutions
SH_KIM
11-Garnet
(To:PaiChung)

Hi Paichung,

 

What I'm asking, how do I trigger bool variable ?

That mean, How can I link the Button and Bool variable.

However, It was solved using Set properties and Get properties values.

 

Thanks for your reply,

 

View solution in original post

3 REPLIES 3
PaiChung
22-Sapphire I
(To:SH_KIM)

Why not trigger the SendMessage service directly?

SH_KIM
11-Garnet
(To:PaiChung)

Hi Paichung,

 

What I'm asking, how do I trigger bool variable ?

That mean, How can I link the Button and Bool variable.

However, It was solved using Set properties and Get properties values.

 

Thanks for your reply,

 

PaiChung
22-Sapphire I
(To:SH_KIM)

Glad you figured it out.

You can even use custom service and use Thing[NameOfThing].NameOfProperty = value;

Or use UpdatePropertyValues if you want to set multiple properties that are local or remote properties.

Top Tags