Uipath Data Table Auto Increment Feature Example | Auto increment Data Table Explained | ExpoHub

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

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

  • @yaswantbisht
    @yaswantbisht 3 ปีที่แล้ว +6

    If ID is the first column then syntax for array as per your example should be like {Nothing,"Rakesh"}, it will add first column with increamented value.

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

      Hi Yashwant, Yes correct. I have tried and it working as expected.

    • @VamsiKrishna-wv4os
      @VamsiKrishna-wv4os 2 ปีที่แล้ว

      how to wite its not wrking

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

    nice video for auto increment learning

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

    thanks for the video !

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

    What is the difference between ArrayRow vs DataRow ?

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

    What If we want to add location details as well along with name, how can we do that using add data row.

  • @mahalakshmi-hv4zy
    @mahalakshmi-hv4zy 3 ปีที่แล้ว

    If Allow Null is checked for all other columns and ID with auto increment is kept as first column then its getting incremented for adding a blank row..

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

      Great to know, how are you entering values in the add data row property panel

    • @AutomatewithRakesh
      @AutomatewithRakesh  3 ปีที่แล้ว +2

      i think we can define something like this {"", "Gopal","ABC" etc..} the first one can be left blank. Experiment and let me know!

  • @vicku101
    @vicku101 3 ปีที่แล้ว

    You are trying to insert string value to int32 data type column (ID)

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

      You are right, that is reason of that error! Good findig thanks!