Using below formula to filter out data for specific ID
CONTAINS([ID],"D123456") OR CONTAINS([ID],"D123457") OR CONTAINS([ID],"D123458")
Problem:-I am having 30 id's, so instead of copy/paste 30 Times is there a way out
1.where user can fill this data in Alteryx OR
2.I can paste them all together in text input tool and take from their to the formula tool OR
3.Find and replace tool