Hi,
Im beginner of power automate.
Im also japanese and not good at English.
・Question
I would like to merge the following two arrays.
Arrays1・・・this array is composed of varriables that is appended from List rows present in a table
{
"name": "excel",
"value": "test1@test.onmicrosoft.com"
"name": "excel",
"value": "test2@test.onmicrosoft.com"
"name": "excel",
"value": "test3@test.onmicrosoft.com"
}
Arrays2・・・this array is composed ofof varriables that is appended from List folder
{
"name": "sharepoint",
"value": "ID1"
"name": "sharepoint",
"value": "ID2"
"name": "sharepoint",
"value": "ID3"
}
※Arrays are dynamic variable
Because i would like to use two arrays for Grant access to an item or a folder
ID = Arrays2
Recipients = Arrays1

For that reason, please tell me the process.