Hello,
I am unable to scroll through the Flow list in PowerApps. I have tried zoom out in Browser, I see more flows then, but not to the flow that I need (and this can't be a solution). This feature was working fine till yesterday. Kindly help me with a solution at the earliest.
It would be also nice to have a search option for the flows, it gets tedious to manually look through all Flow names to find the right one.
Regards,
Agnues
We have resolved the issue, and you'll see the fix in about two weeks (depends on your region). Please follow the support page for more details:
https://powerapps.microsoft.com/en-us/support/
Sorry for the inconvenience.
Zoom out didnt work for me, as I have too many flows. But this trick worked for me. I just tweaked the css a bit using the inspect element feature.
You will have to change the following element :
.pf-items-container-lower {
display: flex;
flex-direction: row;
padding-bottom: 30px;
overflow: scroll;
}
.pf-items-container-lower .pf-item {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
cursor: pointer;
margin: 0px -5px;
padding: 5px;
}
This helped me to see all the flows that I have in a row with a scroll bar. Not very convenient, but would get some work done till the new update is available.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
User | Count |
---|---|
164 | |
94 | |
64 | |
62 | |
61 |
User | Count |
---|---|
229 | |
162 | |
95 | |
83 | |
80 |