First of all, sorry if there is a topic, I searched and did not find one.
Here is my problem:
I have created a Monday application in javascript and I am using monday-sdk-js to communicate with the Monday API.
On my application, I have a board view with parameters to configure. I have a “columns” field to choose the fields to display on my view and a “column” field that has nothing to do with the other field.
When I use monday-sdk-js to retrieve the parameters from my application, I get the data without any problem:
As you can see from the API return and the image, the data is not consistent, only the person field should be true for columnsToDisplay but the other column field, columnDate, acts on the first one.
Is this behavior intended? Is there a way to work around it?
I’m coming back to you because following the video call that my collaborator and I made with your colleague, we didn’t get any feedback.
The problem mentioned during the call was to be forwarded to the development team in order to examine the case.
The problem is quite compelling for me.
Do you have any news on this subject?