PowerApps Calendar and Clock function and saving in different language

preview_player
Показать описание
Learn to use the Calendar and Clock functions in Power Apps that I just learned about. They give you things like a lists of months and days in the browser languages. Meaning you don't have to maintain them, it can all just be magic. And speaking of magic, the video also talks about how to use individual controls to Patch a datetime from two different languages to one data source. Very fancy! Lots of little nuggets in this simple sounding, yet complex video.

Рекомендации по теме
Комментарии
Автор

haven't watched yet but I know I'm going to learn something new already :)

BigLeafDropper
Автор

Hi Shane! Thank you for providing this solution. I am having an issue with AM/PM. So I have 3 phases in my app. 1) 'Edit Form' where it takes in all the information from the user. 2) 'Display Form' I have allowed user to review the information and make changes if they want to 3) "Edit Form" This form would allow them to make the change. Problem I am having is, Value AM and PM doesn't come over to "Third Screen Edit Form". It works perfectly fine when I'm in a production mode but Value of AM and PM doesn't work as soon as I publish the app. Any guide to resolve this issue? Thank you

moek
Автор

This is awesome! I don't love the yellow highlight on your mouse though, it blocks bits and pieces of the formulas and such.

julireid
Автор

13:45 Best nugget in this nugget rich video!! thanks again!

ericmild
Автор

Because our company owns companies in Canada, I had to provide a French language version of a Enterprise Recognition app I developed. I couldn't use the Microsoft translator because the Canadian company has an actually translation department and the translations needed to be extremely accurate. I solved it by sending a document with every ingle English title, label, block of text and any images that contained words for them to translate. I then used a Checkbox on the home page of the app to select French. I added this formula to every single text element If(chkLanguage.Text = true, "French Text", "English Text") I set the default to false so it always opens in English. I used Visual Studio Code to make all of the edits. Hundreds and hundreds of elements but the translation is exactly what they wanted.

NKBobcat
Автор

Wow… awesome video Shane! This could be helpful for me… I need a way to schedule a recurring meeting at irregular date intervals (eg every two weeks, but skip a week for Memorial Day (as/if necessary) and skip a week for Labor Day (as/if necessary), etc. Thinking this could be helpful to develop a relatively simple app for that purpose!

thomasschaub
Автор

Sorry, can you help me?
I am doing custom form sharepoint by powerapps. At combo box of number I need display suggestion about number is already input. But I can not change option from false to true in isEarchable. Therefore, this box I also can not input or display suggestion. I don't know what happen, you can answer for me?

thidieuhuyentrinh
Автор

i have this problem that i need on click at data felid i need it to copy the value of it is there easy way to do it ?

rashidali
Автор

Hi shane if you know how to open a file in share point through powerapps or powerautomate flow could you post a video on that

saimanoj
Автор

Hi Shane, is it possible if have eight button on screen somehow to patch excel column, depend which button pressed write that button name in column? Thx

nenandie
Автор

I just noticed, after watching this several times, that your opening title on the left says 'multilangue' instead of multilanguage. =:0

julireid
Автор

Thank you so much for another great video Shane. Wondering if it is possible to retrieve week number without having to code so insanely much?

frodesellevoll
Автор

MAn i dont know how to thank you for this simple and yet awesome video. I would have kissed you. Any way, is their a way to capture local region date and time when the user makes an edit and save or patch it in GMT or IST.

iyengar