I am trying to add two columns and I found the formula that works but is still not correct because it is doubling my entries inside the gallery. How do I reformat this properly so that I only have AddColumns and Customer Intake Form, only once.
ClearCollect(ccAnalog,
AddColumns('Customer Intake Form' ,"Current Status" ,LookUp('Analyst Observations' ,'Project Name'='Customer Intake Form'[@Title],'Current Status')), AddColumns('Customer Intake Form', "Risk Indicator", LookUp('Analyst Observations' ,'Project Name'='Customer Intake Form'[@Title], 'Risk Indicator' )));