{
"Question ID": "QB000010",
"Question": "Are there any hazards from nearby plant or machinery?"
},
{
"Question ID": "QB000011",
"Question": "Was site safety orientation provided?"
},
{
"Question ID": "QB000012",
"Question": "Were emergency procedures reviewed?"
},
{
"Question ID": "QB000013",
"Question": "Is the location of emergency equipment known?"
},
{
"Question ID": "QB000014",
"Question": "Do you know how to report an emergency/accident?"
},
{
"Question ID": "QB000015",
"Question": "Overall site conditions?"
},
{
"Question ID": "QB000016",
"Question": "Is a site escort required?"
},
{
"Question ID": "QB000017",
"Question": "Is your PPE inspected and in good condition?"
},
{
"Question ID": "QB000018",
"Question": "Is the installation area clean of excess dirt and dust?"
},
{
"Question ID": "QB000019",
"Question": "What is the general condition of the equipment?"
},
{
"Question ID": "QB000020",
"Question": "Is the equipment suitable for its intended purpose?"
},
{
"Question ID": "QB000022",
"Question": "Were all shipping materials disposed of properly upon completion of the installation?"
},
{
"Question ID": "QB000023",
"Question": "Do all doors between the loading dock and the final installation site allow for the passage of the equipment?"
},
{
"Question ID": "QB000024",
"Question": "Is a dedicated circuit with a grounded outlet required within 6 feet/1.83m of the equipment?"
},
{
"Question ID": "QB000025",
"Question": "Based on equipment size/diagram, does the site have the necessary space for installation?"
},
{
"Question ID": "QB000026",
"Question": "Is this a permanent installation?"
},
{
"Question ID": "QB000027",
"Question": "Will the installation require the removal of existing instrumentation or equipment?"
},
{
"Question ID": "QB000028",
"Question": "Were all necessary tests/checks completed successfully upon completion of installation?"
},
{
"Question ID": "QB000030",
"Question": "Check for Software Version. Was an update to latest version required?"
},
{
"Question ID": "QB000031",
"Question": "Are there other people within the location of where you will be working?"
},
{
"Question ID": "QB000032",
"Question": "Do you have all of the parts required to complete the installation?"
},
{
"Question ID": "QB000033",
"Question": "Do you have all of the tools required to complete the installation?"
},
{
"Question ID": "QB000021",
"Question": "Describe any other identifiable risks"
},
{
"Question ID": "QB000034",
"Question": "How long did it take to move the equipment from the delivery location to the installation location? (in minutes)"
}
]
What I need to do is replace the question ID in the first array with the matching question in the second array. For example, instead of the first item in the first array being "QB000011": "Yes" it would be "Was site safety orientation provided?": "Yes" and so on. I have found documentation about combining arrays with shared values, but in this case it is the property of one that matches a value in the other. As a result, I'm having some trouble combining the two with Power Automate. Any help would be greatly appreciated.