Home > Forum > General > Update a specific number of rows

Update a specific number of rows
0

MVP
In reply to: Marcin Stachera - Marcopol

Hi Daniel but if I use foreach operator then it will update me all rows, i need to update rows just in specified number which are defined in field "Nr fields to update"

Hi Marcin,

inside the for each you can make use of the if or else switch operator. You can use them to define the condition when a row/field should be updated.

I only mentioned it, because some people may struggle with the SQL statement and this would be an alternative.

Best regards,
Daniel