I'd love to hear more about each of you, what your goals are, and what you're currently working on with Power Apps! ...if you have a cool workstation set up, share it! I'll go first...
An idea popped into my head. How can I see my Team Group messages in a PowerApps app live and reply without having to open Team ? And it’s been too quiet for too long in here 😅
I’m working on an Fantasy sport app for our department. Everyone who has their device Language on French has issues with the app for basic formulas. Otherwise, everything works great. How can I solve this problem whatever the device language ? Thanks,
@Savage Babajide I've finally understand how to apply what you told me. i had to use Language() function to make it work Value( If( Left( Language(),2)="fr", Substitute(Text('NHL-V-Score'.Value),".",","), 'NHL-V-Score'.Value) ) ) Thanks !!
Have you ever dreamed to perform operations in Power Automate flows using PowerFx code ? @Matthew Devaney shared a great article here. https://www.matthewdevaney.com/power-automate-instant-low-code-plugins-to-run-powerfx-code/
i have a weird errors in my app where I have to delete and replace the same expression and the error disappear. I'm sure someone already had this problem. The user don't receive any error when they are using the app. The only issue I've seen so far, sometimes, when someone wants to open the app, it's loading forever and we have to close Powerapps and reopen the app and it worked like a chamr.