14. Save, Publish and Share Power Apps

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ต.ค. 2024
  • This is the Basic to Advanced Power Apps Course.
    You can find the course link below:
    www.office365n...

ความคิดเห็น • 19

  • @femiologunwa202
    @femiologunwa202 6 หลายเดือนก่อน

    You are a master teacher. I love the purposefulness you give to this series. Very focused. Thanks a lot indeed.

  • @q2l867
    @q2l867 2 หลายเดือนก่อน +1

    If I am building an app for the staff of my university to use how can I share the sharepoint site and lists with them without having to add them individually

  • @ChandanKumar-uj8nv
    @ChandanKumar-uj8nv 4 หลายเดือนก่อน

    great work . i am very inspired with your teaching style. Can we apply RLS Power Apps like Power BI

  • @ALWIN-2019BCSIIITK
    @ALWIN-2019BCSIIITK 10 หลายเดือนก่อน +1

    Hi, I have a app that uses a custom connector of openAi which, while sharing the app i had also shared the connection with the user, but the user is getting an error of no api key provided. Does the user always have to create their own connection with their own api key here? is there no other way of sharing the app with a common connector using a same api key?

  • @souravghosh5174
    @souravghosh5174 3 หลายเดือนก่อน

    i have a doubt, say I have a form , i want to send it to different folks(outside org), how can I get an url and send?

  • @mahjabinfahima2344
    @mahjabinfahima2344 6 หลายเดือนก่อน

    For accessing information, what you did for David, is also applicable for everyone (when select for whole organization)?

  • @davidclay717
    @davidclay717 4 หลายเดือนก่อน

    Mayuresh, Any chance of getting the exported zip file for this App , its perfect!

  • @AdilAhmed-f4n
    @AdilAhmed-f4n 3 หลายเดือนก่อน

    I am sharing the App to group of my organization its showing that shared successfully but the end users are not getting the mail

  • @praveenpandey3366
    @praveenpandey3366 6 หลายเดือนก่อน

    I created one app and while sharing it says u are in developer environment and to share u need to have production environment, what should I do?

  • @hemareddy-7697
    @hemareddy-7697 ปีที่แล้ว +1

    If you will post the videos it's very helpful to us

    • @mayureshjoshi
      @mayureshjoshi  ปีที่แล้ว

      Please expect a delay from my end due to time limitations.

  • @himavanthJ
    @himavanthJ 6 หลายเดือนก่อน

    how to share our app to a group

  • @yuvpav210
    @yuvpav210 ปีที่แล้ว

    I'm having multiple records in my data source and some records having same Task ID's . If I edit any one record that changes has to be update automatically on another record which have same task id... Sir can you please help me with this... I tried multiple way
    If any one having idea please respond

    • @mayureshjoshi
      @mayureshjoshi  ปีที่แล้ว +1

      Use the collection
      OnClick of Save button, first get all the records from list in a collection
      Apply the ForAll loop on that collection and use the patch function inside that loop

    • @mayureshjoshi
      @mayureshjoshi  ปีที่แล้ว +1

      ClearCollect(colItems, Filter(ListA, TaskID = 5));
      ForAll(colItems, Patch(ListA, ThisRecord, {Status: "Completed"}));

  • @Iamkehny
    @Iamkehny ปีที่แล้ว

    A million thank yous

  • @hemareddy-7697
    @hemareddy-7697 ปีที่แล้ว

    Can you please send the videos as soon as possible

    • @mayureshjoshi
      @mayureshjoshi  ปีที่แล้ว +1

      I am having difficulties finding some time to record the remaining videos. But I will do it ASAP.