Power Automate Expression Tutorial: Format Number

Поделиться
HTML-код
  • Опубликовано: 28 сен 2024

Комментарии • 13

  • @analarreal
    @analarreal 6 месяцев назад

    Thanks for the video, this is helpfull. ¿Where can I find the information about all 2nd and 3th parameters type that can be use in the expression FormatNumber?

  • @alessiabasile-vt4lp
    @alessiabasile-vt4lp 3 месяца назад

    Hello! Thanks for this video. :) I've been stuck for two days now trying to have the % format in my email (value coming from an excel cell which appears in decimal). Would you be able to help on that one? Thanks!

  • @evanrivas2601
    @evanrivas2601 Год назад

    i need it formatted as year-month-day (yyyy-mm-dd) but I am only getting the year and month. the day shows up as 00

  • @alessiabasile-vt4lp
    @alessiabasile-vt4lp 3 месяца назад

    Thank you for that video! I'm currently stuck trying to get the '%' format in my email from my excel value which appears in decimals. Would you be able to help on that one? Thanks in advance!

  • @ylmazozturk06
    @ylmazozturk06 Год назад

    Thanks for the valuable work. I will have a request, I know it is possible, but I do not know the method. I want to send an e-mail by adding the person profile picture in the person column in the SharePoint list, which creates an html card. I'm trying to do this somehow, but the profile picture is not showing. Is it possible to do a study on this? thanks

  • @evanrivas2601
    @evanrivas2601 Год назад

    I am trying to change a date format with an expression for my flow but my date does not show in the proper format. I get the year and the month, but not the day. any suggestions

  • @fernandolemos9910
    @fernandolemos9910 Год назад

    Hello, thanks for the video. In my case I use the formatnumber to convert 0.00 to 0,00 (pt-BR). But when a field there is no number (blank) an error appears in Power Automate. Do you know how to solve this issue? Tks

    • @Jonathon_Silva
      @Jonathon_Silva Год назад

      I would add a condition into the expression to test if there is a value or not to convert, and state that if there is no value it should simply leave a blank space. Try something like: If( empty( {your dynamic content}, ' '), formatNumber( {your dynamic content}, 'C2', pt-BR))

    • @fernandolemos9910
      @fernandolemos9910 Год назад

      @@Jonathon_Silva thanks for your answer. Empty may not work because when there is no information it consider as null

    • @MauricioLuísdeOliveiraReis
      @MauricioLuísdeOliveiraReis Год назад

      Bom dia Fernando, tudo bem contigo? Você conseguiu resolver esse problema? Pois estou enfrentando a mesma dificuldade.
      Abraços

    • @fernandolemos9910
      @fernandolemos9910 Год назад

      @@MauricioLuísdeOliveiraReis ainda não

    • @MauricioLuísdeOliveiraReis
      @MauricioLuísdeOliveiraReis Год назад

      @@fernandolemos9910 Boa tarde Fernando, tudo bem? Eu estava com o mesmo erro e encontrei o problema, era na minha expressão, ve se isso te ajuda, eu estava colocando a expressão dessa forma => formatNumber(item()?['MEDIDA'],'F2',pt-BR'), e o correto é assim formatNumber(item()?['[MEDIDA]'],'F2','pt-BR'), tem um colchetes junto na medida, isso resolveu meu problema, qualquer coisa pode me contatar.