Re: Specified Version Label does not correspond to any actual version
Hi @Gabriel_Cunha,
It looks like you are using the Get changes for an item or file action, correct?
If so, the issue is caused by using version label text in the values in the Since and/or Until fields of that action.
Edit: ignore the part below about version number calculation, not relevant for this situation 😁 Those fields normally expect version numbers and not version labels.
The VersionLabel property is normally a text value which is something like 0.1, 0.2, 1.0, 1.1, etc.
The VersionId is a number. With minor versions it would go up by 1. So 0.4 would be VersionId 4. With major version it increments by 512.
Version label 1.0 would correspond with number 512.
Combine the two and for version label 1.2 you would get VersionId 514 (512 + 2).
Btw, in those Since and Until fields you can also use the Trigger Window Start Token & Trigger Window End Token fields instead.