parseJSON1 [Power Apps] 앱에서 JSON 파싱 (ParseJSON/fx 함수) 오늘도 Azure로운 Power Platform :D 드디어 Power Apps에서 JSON을 파싱할 수 있게 되었습니다. 그동안은 MatchAll() 함수를 사용해서 정규표현식으로 JSON을 일일히 파싱하거나, Power Automate로 보내서 파싱한 후 다시 앱으로 보내는 방법을 사용하고 계셨을 겁니다. MatchAll( ProductRecommendationsJSON, """Score""\s*:\s*(?[^,]*)\s*,\s*" & """ProductID""\s*:\s*""(?[^""]*)""\s*,\s*" & """ProductName""\s*:\s*""(?[^""]*)""", MatchOptions.Multiline ) 그러나 위와 같은 방법은 앱을 사용하는 도중 JSON이 조금이라도 바뀔 수.. 2022. 9. 25. 이전 1 다음