yashag2255 / iframePCF

PCF to enable an iframe functionality in canvas apps for Power Apps.
42 stars 41 forks source link

How to pass variables to src #11

Open antofurna opened 3 years ago

antofurna commented 3 years ago

Hi, I need to pass a variable to my url to log into a site with my email. Example src="www.mysite.com/getinto/" & User().Email

my site is already configured to log in with my email. so by entering the url the site works but by creating the src as indicated above, the site does not allow me to access.

Thank you