Skip to main content
14-Alexandrite
July 6, 2018
Question

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

  • July 6, 2018
  • 3 replies
  • 1370 views

To log which mash up is being loaded. 

3 replies

1-Visitor
July 6, 2018

Log where? and all the mashups and submashups?

14-Alexandrite
July 6, 2018

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

1-Visitor
July 6, 2018

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.