Iterate over trigger changes array in workflow

In theory, you could use synchronous recursion in workflows to process your list of changes and append the new line after each change. If you’re interested, you could read up on it here:

1 Like