Recent content by Elizaveta Izotova

  1. E

    how to increment the filename if file already exists in BP

    Hi! You can find the flow diagram below. You can check the original file name for existing. If it doesn't exist ([File Name]&"."&[File Extension]) - we can save it. If it exists - we check [File Name]&[Counter]&"."&[File Extension] and increment counter several times, until we find new file...
  2. E

    How to find row index in collection?

    HI! You can go through your collection and compare your searchable value with the value in row of the collection ([Collection.Column1]=[Search value]) If they are equal - go out from loop and use item "row number", if not - increment row number ([Row number] = [Row number]+1) and move on...
Top