Build custom HTML forms in Power Pages

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ต.ค. 2024

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

  • @HilaryGo555
    @HilaryGo555 3 หลายเดือนก่อน +1

    Just another comment to thank you hugely for your amazing videos. I have learnt so much - they are so clear and you cover things that are rare to find. Thank you. Fantastic videos!

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

    Hey Boost.. just one last update... got my app working and created a beautiful form in Power Pages that presents and works way better than what you get out of the box.. Thanks again for making this video!

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

      Awesome, sorry for the delayed reply and I am glad you got it working!

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

    Hey there. Great video subject and exactly what I was looking for. Unfortunately, I am pretty new to Power Pages (I do know web dev and some Power Pages and Power Apps) so I was kind of lost up front with how to set this up at the start. Can I just edit a single page in VS Code and create a HMTL form that posts to Dataverse? As a side question, can I create cascading dropdowns in my html form that are populated with Dataverse data?

  • @Arbeit-yv2yw
    @Arbeit-yv2yw 5 หลายเดือนก่อน

    Thank you very much! Is it safe to host my website with this code outside of my organization or isn't it because of security reasons?

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

    hey there... I have progressed a little since my last question.. so now I have another one for you... I am getting a 401 error when trying to submt my form.. the response text is - "{"error":{"code":"90040107","message":"Request validation failed : The required anti-forgery form field \"__RequestVerificationToken\" is not present."}}".. Any ideas?

  • @Arbeit-yv2yw
    @Arbeit-yv2yw 5 หลายเดือนก่อน

    Can you help me with an error: "Unexpected error while processing the request 500 (Internal Server Error)"
    I get the error on my powerpage when I submit my form. I even tried with hard coded values for troubleshooting but i can't find a mistake

    • @powerplatformboost
      @powerplatformboost  5 หลายเดือนก่อน

      This could be a number of things. I would check table permissions, and also make sure that the table is enabled for webapi and along with the associated fields. Use the browser dev tools to help troubleshooting. In the short term, maybe post your question on the community forums.

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

    is it possible to Display only logged in user records in Power Pages | filter records by logged in user in power pages?

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

      This seems to be 2 questions - let me try my best to answer: 1/ Is there a way to see all the users that are currently logged in? Not easily, you could implement application insights and a custom script that is triggered on login but that would capture it to the telemetry log and not necessarily viewable on the portal itself. You can add some Web API script to track user activity to a table (and thus view that in a list) that would add a lot of overhead and could slow things down (just brainstorming here). 2/ Can you filter records by logged in user? Yes, very easily. This can be done via Table permissions or filtering a corresponding Dataverse view using a contact.