You could trigger an update on a list which will work in this case rather than each ID. I’ve found updating on a list will create workflows for 50-100 items or less with no trouble. Bubble tends to trigger a pile of these at once so while you have a handfull of ID as shown this should be fine
I also wrote out steps for a recursive workflow here Deleting Thousands of Records in Bulk - #7 by johnnyweb . That example is deleting items but you can modify it to update/crate records just as easily. Good luck!
JW