Forum Discussion

karim2026's avatar
karim2026
Regular Visitor
4 months ago
Solved

Insert row for missing repeating sequence in a table

I have a time stamp table with a repeating sequence column (90, 91, 92, 93 and repeat), some of the sequences are missing. I am trying to find the missing value and insert a new row with that value ...
  • karim2026's avatar
    karim2026
    4 months ago

    Thanks

    Previous solution from AlienSX with List.Generate and calculate next sequence number each time with a help of Number.Mod. worked and is very concise code