
Announcements
Hi,
Everything on my app was working fine. I didn't have issues. Suddenly when I open the app in edit mode, I am getting bunch of errors where some are related to Incompatible type as shown below. I tried to remove all the database connection and added it again. However, it didn't fix the problem. When I just change the variable name for example to "vadrCampaignID", it doesn't show an error. When I change it back to the original name then it shows an error. I feel like it is a bug in PowerApps and not sure why this is happening. Can someone please help me as I need to get the app back running?
Hi @Dhruv100322
This usually happens when you set another variable with the same name and then assigned that to another data type. So in your case, you may have set varCampaignID in another place in your app but assigned a number to it (but it should be text). Here's what you can do:
1) Go to Settings > Upcoming features> Toggle On the Search feature.
2) In the Search pane, search for varCampaignID in the searchbox and you will see all instances that you set vadrCampaignID. Review each one and make sure you assign a Text type to each one of them. Once it is all the same type, the error should go away.