Hi Stephen, You will have to first manually create all the Appearance Profiles , then use multi-line scripts as below - TASK(NAME <> "Deck").ASSIGNMENT SET_PROPERTY ( PROPERTY("Appearance Profile"), ALL_USE_PROFILE( NAME == "Deck" )) TASK(NAME <> "Re-bar").ASSIGNMENT SET_PROPERTY ( PROPERTY("Appearance Profile"), ALL_USE_PROFILE( NAME == "Re-bar" ))
↧