Hello,
I'm using the following forumla to auto generate a tracker number. The formula is working for me and the field on the form is displaying the correct information, however when I go to the actual sharepoint list, the values are not being displayed.
If(!IsBlank(ThisItem.ID), Value($"{ThisItem.ID}{Text(ThisItem.Created,"mmyy")}"))
I've deleted and re-added the data card multiple different times thinking that would resolve it, however I still cannot get it to display.
My SP List settings for that item, I've tried it as Single Line of Text as well as number, neither of them are displaying.
What am I missing to get the calculated data to show on my actual list and not only on my form?