#PowerPlatformTip

Опубликовано: 18 Март 2026
на канале: Marcel Lehmann (ThePowerAddicts.ch)
1,215
2

💡 The Challenge: Data arrives as an array, but you need it as an object.

✅ The Solution: Use Power Automate's "Select" and "Replace" actions to transform the data.

🔧 How It's Done:
Select Action: Create a new array extracting keys and values.
Replace Action: Use @{replace(replace(replace(string(body('Select')),'},{',','),']',''),'[','')} to transform the array into an object.

🎉 Result: You've transformed array data into an object format!