Can we embed the Powerapps url into React application? Is that achievable using Powerapps?
Used the below code, could see most of the embeded systems are with PowerBI, SharePoint forms
Imported the iframe module:
Import Iframe from 'react-iframe'; //npm install --save react-iframe
<Iframe url={"https://web.powerapps.com/webplayer/iframeapp?source=iframe&screenColor=rgba(104,101,171,1)&appId=/providers/Microsoft.PowerApps/apps/AppID"}
width="1024px" height="550px"
position="relative"
allowFullScreen>
</Iframe>
Facing issue