Forum Discussion
Selecting a FieldValuesAsText record throws a Bad Request error.
- Anonymous4 years ago
Hi pfurbish - can you please check the Advanced Editor screen to see if you are using the either of the following:
SharePoint.Tables( URL, [Implemention=""])
SharePoint.Tables( URL, [Implemention="2.0"])You will find the Implementation="2.0" work faster, and it not longer provide access to the FieldValuesAsText and FieldValuesAsHTML.
This suggests that in the long-term Microsoft does not want people using these nested tables.
Many thanks
Daryl
Hi pfurbish - can you please check the Advanced Editor screen to see if you are using the either of the following:
SharePoint.Tables( URL, [Implemention=""])
SharePoint.Tables( URL, [Implemention="2.0"])
You will find the Implementation="2.0" work faster, and it not longer provide access to the FieldValuesAsText and FieldValuesAsHTML.
This suggests that in the long-term Microsoft does not want people using these nested tables.
Many thanks
Daryl
- pfurbish4 years agoFrequent Visitor
I tried your Html.Table function solution and it's working. Your detailed example was very helpful. I expect I may need to adjust the CSS selectors as the data gets more complicated but this is a good start and needed for when FieldValuesAsText goes away.
Thanks for your time and effort on this.