khoait / DCE.PCF

Power Apps PCF Controls Repository
GNU General Public License v3.0
48 stars 12 forks source link

Quick create form for connection type #111

Open deehazel opened 4 months ago

deehazel commented 4 months ago

Hello, I'm not able to get the quick create form to display using this on the Connection mode. Can you clarify how I need to add a lookup field to get it to display? My main table is "Contact" and I'm using "Connection" to link with "Hashtag"

khoait commented 4 months ago

Hi @deehazel thanks for reporting. I'll find some time this week to look into this.

khoait commented 4 months ago

Hi @deehazel, I've tested and looks like it's working fine for me. Can you share how you configure tables, connections, and the control configuration?

deehazel commented 3 months ago

Hi @khoait, thanks for checking on this! I'm using the out of the box contact table, the connection table, and a hashtag table I created. I'm sure I've missed something but I can't figure out what. I've attached some screenshots but let me know where else I should look to troubleshoot!

Screenshot 2024-06-06 171210 Screenshot 2024-06-06 170443 Screenshot 2024-06-06 170408
khoait commented 3 months ago

hi @deehazel, you'll also need to configure a connection role between Contact and Hashtag, similar to this

image

I missed this step in the wiki. I'll update the wiki soon. Let me know if it works for you.