Custom Form
2 TopicsCustom Form Person/Group Field showing strangely: Showing Email Address string instead of name
Good morning, I have made a custom form for a sharepoint list. There are a handful of 'Person or Group' fields. However when viewing the custom form, they don't show the name, they show a string of information which includes the actual email address. i:0#.f|membership|email address removed for privacy reasons Is there a way to show the name like it does in the standard form view?SolvedUse SQL database values in Sharepoint Custom Forms
Hi everyone, I managed to use a PowerApps custom form to create dynamic dropdowns with my SQL data and the results appear in the dropdowns but when I submit the form only those SQL values show up as invisible (all other non-SQL fields show up fine). I'm using [DB_Name].Customers or Sort(Distinct([DB_Name], Customers), Result) to get the SQL information, but it's just not submitting properly. Is this a problem related to the form's connection to the server? Is there a solution to this issue? Thanks in advance,716Views0likes0Comments