You can use either "Pick by evaluate" or "Pick by unique ID", it doesn't matter.
FYI "pick by unique ID" should be a lot faster. "Pick by evaluate" checks every single instance; "pick by unique ID" directly picks the right instance.
In general it's best to use the most-specific condition that does what you want, since it may be specialised for the purpose.