Hi @RJF61
To add a blank value to the list of distinct values for a dropdown in PowerApps, you can use the following formula:
Table({fieldname: Blank()}, Distinct(SPList, fieldname))
his creates a table with a single blank row and then appends the distinct list from your SPList. You should replace fieldname with the actual field name you're using for your dropdown.
For the dropdown control, set the Items property to this formula. This way, the first option in the dropdown will be a blank value, followed by the distinct values from your SharePoint list.
Please accept this solution if it resolves the issue. ✅
Best regards,
Muhammad Ali