Hello Everyone,
I was wondering if somebody could guide me what am I doing wrong here?
I am trying to get an "edit form" in a Canvas App, to show fields from a specific table in ServiceNow. But its not working
So here is what I am doing :
-I am creating a Blank Canvas App, and I believe I am connected to the "ServiceNow" instance (The SNOW connection is already there in Power Automate). Below image shows I am connected to the datasource

-Then I try to add an edit form to the screen, and trying to set the "DAtasource" property to point to a "Projects" table in Servicenow

-However as you can see above, I am unable to select the datasource, and it gives a error above.
-In the "datasource" property, if I start typing in a dot after servicenow. it does give some options. But it doesn't give anything that helps me connect to the Projects table in Servicenow.
-What I am really looking for, is get this edit form, to display certain fields from the"Projects" Table from the connected SNOW instance. Then I can submit data back to Servicenow (eg, creating a project record from here, and submitting it back to Servicenow).
Any pointers would be appreciated.