This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
Hi,
I am building an app that exports csv file using a list row dataverse connector in flow when a button is clicked. However, I am getting an error when adding the dataverse connector:
If it's removed, the trigger and flow proceeds and I get this output.
Here's my onselect value of the export button.
'Copyof-Copyof-EXPORTCSV'.Run(
{
text: If(IsEmpty(ListBoxProvince.SelectedItems.Value), Blank() , ListBoxProvince.SelectedItems.Value),
text_1: If(IsEmpty(FilterBox_Classification.SelectedItems.Value), Blank(), FilterBox_Classification.SelectedItems.Value),
text_2: If(IsEmpty(FilterBox_ProjectTag.SelectedItems.Value), Blank(), FilterBox_ProjectTag.SelectedItems.Value),
text_3: If(IsEmpty(FilterBox_Entity.SelectedItems.Value), Blank(), FilterBox_Entity.SelectedItems.Value),
text_4: If(IsEmpty(FilterBox_Type.SelectedItems.Value), Blank(), FilterBox_Type.SelectedItems.Value),
text_5: If(IsEmpty(FilterBox_Muni.SelectedItems.Value), Blank(), FilterBox_Muni.SelectedItems.Value)
}
)
Also, there's something weird happening in my filterboxes. When I initialize all by selecting and unselecting from dropdownlist, it only triggers when I select items in the filters and then unselect it which outputs this in PowerApps
But before, when a filter is blank, it outputs like this where unselected and uninitialized filters are set to null. But this was made with no datasets connected or involved.
Can someone help me with this? Thank you.
Subreddit
Post Details
- Posted
- 8 months ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/MicrosoftFl...