Hi @pedrobizdirect,
Would you please share more details about the Data Source and the form control you used ?
Also, please share the formula you configured with the Like button.
Based on my understanding, the form control you used here should be a display form control, which is used to show the article details, and the corresponding article is selected from a gallery, so the item of the form control should be Gallery.selected.
As Gallery.Selected is a templory data, only if you force refresh it (select again) , it will not update its data with the data source.
The way that I suggest here is to use filter function directly with the Like count Label control, formula under the Text property should be the format as below:
Filter(DataSource, ArticleName=Gallery.selected.ArticleName).LikeCount
After that, add a refresh(DataSource) code after the formula under the OnSelect property of the Like Button.
Doing it in this way should make the LikeCount in real-time.
Regards,
Michael