

Mining lasers extract ore from asteroids. The basic equipment important to mining (at the beginning of the game) are:

1.8.1 Creating Folders in your People and PlacesĪll you need to start mining is a ship (like the rookie ship you start with), a mining laser (you start out with a Civilian Miner), and some skill in mining.Or I am simply beeing not able to design such a variant JSON schema and flow is capable if I know how.

I am wondering why there is no solution to read array-elements and key-value pairs just one-by-one. Perhaps someone has a idea for a workarround? Perhaps I have to read the JSON line by line and seperate array-elements and key/values in flow by using of compose-nodes. Same as the JSON which you can send to "create HTML table". each array element consisting of 1 to x key:vale attributs Of course the JSON structure has some similarities: I want to do also such a general solution in flow as in "create HTML table".

The JSON can differ, any count of array-elements, any stucture inside of the array-elements. You can pass a JSON to "create HTML table" and get a HTML table back. It's really the same idea as behind the official "create HTML table" connector in MS Flow. Hi for your trying to help, but I can't give " all possible JSON structure", because they are dynamically. Regardles of the specific JSON schema in detail.įollowing example has a JSON with 2 array-elements and 5 key/value pairs per each array-elements. I just need to find solution to iterate over the array-elements in the outer loop and then iterate over every key/value pair in the inner loop. But please be aware that I do not need a solution which is working only with this one. If your need a example JSON, here is one. I think i have to work with to "Apply to each"-loops in flow.īut I do not understand how I can iterate over all array-elements/objects in the outer loop and to iterate over all key/value pairs of every json-data-object in the inner loop. inside of the loop, iterate overy every json key/value pair of one json array-elementįor_every_key_value_pair_in_a_array_element(i) outside loop, iterate overy every json array-element in the JSON I simply want to do a action (write some HTML) for every key-value pair in the JSON, and for every object (array-element). The Flow should handle every JSON-array it will get, same as the existing "Create HTML table"-connector is doing already. Because the JSON can have 1 to x array-elements and the inside of the JSON structure can be of every type, I can not give a JSON schema. I need to build something similar to the existing "Create HTML table"-connector by myself in flow (and as flow).įor this, at start of the connector, the input is a text which has a JSON inside.
