Hi,
I am building my app and I have poroblems with Text function in Gallery.
My formula is:
What I actually see in Gallery:
What I should see:
So where is the problem? Why my formula does not work?
Thank you for your ideas,
George
It works, thank you.
Hi @JiriS ,
[$-cs] is not a valid Language placeholder, please try to modify the [$-cs] to [$-cs-cz].
Language placeholder is defined by system by default, it reflects the language to which your device is set.
For more reference: https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-text#global-apps
Sik
It works, thank you, but I have also another question.
I have written this formula:
I see in gallery this:
But when I submit this formula there is a eror. PowerApps change my formula and it makes only troubles.
Formula:
Gallery:
Why powerapps changes my fomula? What can I do with this?
Thank you.
I made a test with
Text(DateTimeValue(ThisItem.Datum);LongDate)
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Hi @DevendraSingh ,
Yes, the Column value must be Date type. If Datum column is Single line of Text column, you need to format the Text column to Date and then change to Long Date Format. Please try this:
Text(DateTimeValue(ThisItem.Datum);LongDate)
Hope this helps.
Sik
Hi,
so the column type in sharepoint must be Date column. Text column etc. is not supported?
Thanks
Hi,
Your formula is right, I tried with the same formula and it's working fine.
Can you check the data type of the selected field, i.e. Datum.
Please click Accept as Solution, if this solution solved your issue. If this post was useful, please consider giving it Thumbs Up.
Thanks & Regards,
Devendra Singh