0

In my Canvas app, I have a combo box that binds to a Sharepoint list calculated column calculatedColA.

Sharepoint list myList calculatedColA = TEXT([DateCol],"yyyymmd")&" "&[ColB]

When I run it, it doesn't show list of values for calculatedColA.

How can I show calculatedColA values in myList ?

Thank you

1 Answer 1

0

You just need to change the items property of your combo box to YourListName.calculatedColA.

Here is my test result:

combox box: enter image description here

Result:

enter image description here

List:

enter image description here

1
  • Thank you so much for your help Commented Oct 7, 2024 at 19:50

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.