I want to update user profiles if certain conditions are met. I usually handle this with recursive workflows, but I’m considering using the “Make changes to a list of things” action instead, since it seems simpler. Is this method also more performant?
What conditions? Could be that you want to use a backend database trigger change. The conditions that need to be met to make the changes can help decipher best approach.
If specific fields on the user profile are filled out, and an advanced filter confirms that another data point is not empty.