Force re-rendering data driven

Hello folks!

Case: Lottie export from AE
Animation playing from frame 1 to 100 for initial data.
Data gets updated by AMCP commands

update set from frame 105 to 110 so that only text would be update.
It did not work until I did not added a simple movement of few pixel within 105 to 110.
This means that if everything static the update command would have not re rendered the update data text fields.
Is this a normal behaviour?
If yes how to force only updating data fields without set any “element” in motion?
Sorry for the lack of technical terms :slight_smile: hopefully was clear enough
Thanks

Yes, that is how it works. It’s enough to move it 1 frame to make it update the dynamic data. So you can add code to move from frame 100 to 101 every time after update has been called (and the text-layers are updated).

Thanks Didi, precious as usual