See example below.
Compose contains your data (which could change).

Compose 2 splits the output from Compose, then gets the last item and trims any extra spaces.
trim(last(split(outputs('Compose'), ':')))

The output from Compose 2 in this example would be:

If the data in Compose changed then Compose 2 would get that data.