Hi all,
I am using PowerApps in Teams and I created a Power Automate to change the field value if the selected date is smaller than today.
PowerAppsDay1.Run(DateDiff(Today(),DateValue(Gallery6.Selected.'Join Date')),LookUp(Progress_Table,Name=Chosen,'Day 1'),Chosen);


Here's the result. It became String, even if I added Int() to it.
Any idea how to fix it? Thanks!