I have used the model designer to make a model in QGIS.
The model takes data different shapefiles, and runs a few algorithms.
The result is different layers loaded in an new project.
I manually store these layers in a geopackage.
Example of tablename:
week-37_high-detail-area
I would like to add a step to the model, so it stores the output as a new table in an existing geopackage. I would like the model to store the layer to the geopackage with the number of the week in the tablename of the geopackage.
Is it possible to add some sort of expression section in the tablename?

