
Announcements
Hi,
I have created a Text Input in power apps & under default condition i have set Text( Now(),"[$-en-US]mm/dd/yyyy").
I am getting an error when updateif button is used.
I have herewith attached the screenshot error.
Any help appreciated!!!
Your collection expects a Date. And in the text input by using text function you have converted into a string. Hence the error. You can change the data type in your collection. Make it expect a string. Or you can take one hidden text input and don't convert it's data into text. Use this hidden text input to patch the date into the collection.