Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: FluentDetailsList not showing formula fields when using AddColumns to Dataverse datasource #496

Closed
spgucken87 opened this issue Sep 11, 2024 · 7 comments
Assignees
Labels
bug Something isn't working

Comments

@spgucken87
Copy link

Describe the bug
If using AddColumns in the Items property of a FluentDetailsList any formula columns in the Dataverse datasource will all be null/blank in the DetailsList.

To Reproduce
Steps to reproduce the behavior:

  1. Add formula fields to a FluentDetailsList
  2. In the Items property utilize AddColumns function
  3. Observe your formula fields show blank in the DetailsList

Expected behavior
Expect that the formula fields show as they would without using the AddColumns function

Screenshots
image
image
image

Additional context
Add any other context about the problem here.

@spgucken87 spgucken87 added bug Something isn't working ⚠️ needs triage Has not been triaged by the team yet. labels Sep 11, 2024
@MaheshSripada MaheshSripada self-assigned this Sep 12, 2024
@MaheshSripada
Copy link
Collaborator

Hi @spgucken87,

We appreciate you bringing this to our attention.

Unfortunately we are unable to reproduce this issue in our environment by using collection with AddColumns using Dataverse datasource. Tried in OnVisible, App.Start and App.Formulas and by changing the Power Apps studio version.

But I have faced this issue when I gave the incorrect / misspelt column name in the Columns property for the TagColorColumn where the color is not rendered correctly (as shown in above screenshot)

image
image
image

Please provide any additional details which might help us troubleshoot further.

@MaheshSripada MaheshSripada removed the ⚠️ needs triage Has not been triaged by the team yet. label Sep 13, 2024
@spgucken87
Copy link
Author

In my Datasource ideal_statuscolor is a formula column. If AddColumns is used, that formula column does not show any data. Your example above does query any formula columns.
image

@MaheshSripada
Copy link
Collaborator

Hi @spgucken87,

Pls use the color format in the rgb format for the color in the PowerFx formula. Example formula in below screenshot.

image

@spgucken87
Copy link
Author

I am unsure why you are stuck on the color. Any formula column does not show data on the details list if AddColumns is used. I was just using that color as an example, if I were to add ideal_statuscolor as a separate text column on the details list the same behavior happens.

image
image

@MaheshSripada MaheshSripada added 👋 needs author feedback Waiting on a response from the author and removed 👋 needs author feedback Waiting on a response from the author labels Sep 17, 2024
@MaheshSripada
Copy link
Collaborator

Hi @spgucken87,

Sorry for the inconvenience caused. I have also used the AddColumns with Formula column which is displaying the data in the details list for the formula column.

Screenshot of Items & Columns property.

image

image

image

@denise-msft
Copy link
Member

@spgucken87 can you please share your DetailsList.Items property and validate that you've added those missing fields to the details list fields?

@denise-msft
Copy link
Member

Closing due to inactivity of 2 weeks. Please feel free to reopen if you're still experiencing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants