Community Tip - You can change your system assigned username to something more personal in your community settings. X
Specifically when a post request comes in calling my "SetActivityText" service (which has a text output) I want that text to be loaded into a text box. Thingworx complains that "SetActivityText does not have an event trigger defined for the service". I'm new to this and considered that SetActivityText being called via an HTTP request would
be
the event trigger. I tried ignoring the error but unsurprisingly the text box does not get updated when a SetActivityText is posted. What am I missing?Here is answer to your question:
https://twc.thingworx.com/Thingworx/Runtime/index.html#master=ThingWorxCommunity&mashup=TWCBlogSearchResult&blog=GeneralCommForum&entryID=30994
Quick answer: You cannot update mashup dynamically.
Mateusz Bochynski