Merge MQTT topics

0
Hi everybody, in my current project I’m subscribing to two different topics (metadata and data) by MQTT. Now, I want to merge them through the CalcId/_id (see picture below). I’m aware I can use the find by key in the import mappings, but I want to create an object to store it afterwards. When I set it to create object in the import mapping, it creates two different entries in the grid after recieving the data.  Should I create another Microflow to handle it? If so, how should it look like? I also want to check if IsError = 1 (Integer) and just show it in the grid if it is the value 1. I just found the way to change the visibility for boolean and enumerations.         Import metadata:   Import data:   Thank you in advance for your help. Kind regards, Sebastian 
asked
0 answers