Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
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.
(Push the button)
↓
(Change the Set value to true)
Thank you.
Solved! Go to Solution.
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,
Why not trigger the SendMessage service directly?
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,
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.