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

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

To get Mash Up name in runtime (Mash up loaded)

Yedukrishnan
13-Aquamarine

To get Mash Up name in runtime (Mash up loaded)

To log which mash up is being loaded. 

3 REPLIES 3

Log where? and all the mashups and submashups?

I want to get the loading mash up name in runtime. I will log that in a stream

You have to do it by "hand":

 

Create a Service on a Thing Helper called for instance LogMashup(mashupName)

 

Then on each mashup you will need to call this Service (with Loaded Event) passing the corresponding mashupName.

 

It's a pain, but the only way right now as far as I know.

 

Top Tags