User Activity

Hi, I have a situation that my output view looks like this: So it is an array with 3 objects. In the next snap I have “Execute pipline” snap but it executes once for all arrays. I would like to execute this pipline for each object in this table, so ...
Hi, I have a situation like below: I have array "Allowance_Plan’ and in this array I could have many elements which also are arrays. Child arrays as a elements contains objects. In this case I have 2 arrays with 2 object in each of them. As a final ...
I have a situation in which for one object I can have more than one node which has the same name. However, each node may be different by additional attributes "IsUpdated, “IsAdded”. It is also possible that the node doesn’t have any attentional attri...
I have tree xml files. Each of the files contains the same section “Workers” and another section which doesn’t have to be in another file. I would like to group it after common section and get situation in which specific Employee contain such tags wh...
I have a problem with generating xml file using XML Gnerator. I have a json and use Mapper snap together with XML Generator to create xml file. My mapper looks like this: So I mapped array to array. The results of mapper looks ok, but I receive emp...