Is there a way to use parameter from properties file in changelog

For example, I defined a parameter in liquibase.properties file parameter.schema=myschema. May I access to the value in a changelog file like schemaName: ${schema}?

Yes you can! just send in the properties file or the --defaults-file