Working with Unique ID(s) In Power Apps

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ม.ค. 2025

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

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

    How can i use this ID generated by sharepoint? I have an app that HR create meetings, and in the sharepoint i can see in each meeting created has an ID, but i cant retrieve this ID in other form to make some update.

    • @Novalogix-ltd
      @Novalogix-ltd  2 ปีที่แล้ว

      SharePoint always has an ID column in a list or library which is unique, you can use this or alternatively you can create a new GUID and assign it to your own column as an ID.
      For meetings if you are doing these in outlook you need the MeetingID which is a GUID created by Exchange when the item is created, I will try to cover this in a seperate video.

  • @Shinsha-vaami
    @Shinsha-vaami 3 ปีที่แล้ว +1

    I am using dataverse table to store data, then how can l get unique 🆔 in powerapps form load?

    • @Novalogix-ltd
      @Novalogix-ltd  2 ปีที่แล้ว +1

      Great question I really want to do a whole series on Dataverse so will make sure I cover this.
      Dataverse creates a GUID type column as an ID for each row that is the Primary Key in a table, you can access it via the the column name, if you look in Dataverse you will see its name is automatically created with the same name as the table

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

      ​@@Novalogix-ltd Hello....need ur help...I m using dataverse to store data....ID column is of autonumber data type...after saving data to table....I want that unique value of autonumber column...how to get that..
      Do u have any idea

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

    Hey, do you have any ideas on how to tackle preserving the default SP id's if I was to copy my prod data into a dev? The only way I see doing this is to create my own id's such as your guid trick but would prefer not to.

    • @Novalogix-ltd
      @Novalogix-ltd  2 ปีที่แล้ว

      The only way to do this is programmatically or with a tool like ShareGate I am afraid the ID are always generated as items are created

  • @umairah3421
    @umairah3421 2 ปีที่แล้ว

    hey, how do you generate a random sequential number that start from 1000?

    • @Novalogix-ltd
      @Novalogix-ltd  หลายเดือนก่อน

      Hey! just start your count at 10000 and add the next or even better use Dataverse and Autonumbers will do the magic, SharePoint will always start at 1 and work up so at worst you can multiply the ID * 1000

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

    Excelent! Tks a lot!

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

    hi, great video! it helped me a lot. just one question, how can i save that GUID on sharepoint in a seperate column?

    • @Novalogix-ltd
      @Novalogix-ltd  หลายเดือนก่อน

      GUID's are just strings so add a string column and save that bad boy

  • @thelegand1
    @thelegand1 2 ปีที่แล้ว

    thank you!

    • @Novalogix-ltd
      @Novalogix-ltd  5 หลายเดือนก่อน

      You are welcome! I have a whole new set coming soon with updated content!