
Announcements
Hi ,
Suppose I am using text input and enter country name(INDIA) and it updated on my sharepoint but at next time if I am usine county name (india) . This also update on sharepoint . I want to comparison between two string and dont want to update same country name either it is in lowercase or upper case.
Can anybody having idea ?
Thanks,
Chitrakant27
Hey @Chitrakant27
You can put a validation on it.
Check out the previous post for more information:
And for the form you can use Proper function, so that whenever the user inputs something, it will always become in a certain format.
Like if he inputs India, like INdia, INDIA, india, it will always be converted to India.
To read more about proper function, check out the following link:
https://learn.microsoft.com/en-us/power-platform/power-fx/reference/function-lower-upper-proper