I have an input table as above. Does anyone know who to concatenate all the columns (OUD, stimulant, depressant, hallucinogen, dissociative, inhalant) into the column “OUD_SUD”? However, i only want to concatenate when there is a value in the cell. When the cell is blank, don’t do anything. I tried to do it before when when the cell is blank it showed up as (,) or (opiates,). Thank you so much!
→ Use the Read range workbook activity to read the excel and store in a datatable called Input_dt.
→ Use for each row in datatable activity to iterate the each row in the Input_dt.
→ Inside for each insert assign activity and write the expression,