@currentWeb should be resolved as AbsoluteWebUrl in column formatting
"@currentWeb + '/SitePages/testpage.aspx'"
transform to
https://testspsite.sharepoint.com/sites/testsite/documentlibrary/forms/@currentWeb/SitePages/testpage.aspx
instead of
https://testspsite.sharepoint.com/sites/testsite/SitePages/testpage.aspx
Example of the problematic part of a format column JSON
...
"href": "=@currentWeb + '/SitePages/History.aspx?number=' + substring(@currentField, 0, indexOf(@currentField, '|'))"
...
Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.
Same issue here. I think we'll need to wait for someone with premier support to raise an official ticket. Not sure if the SPFx team can do anything about this
This seems to be working again now
There was unfortunately a regression with @me and @currentWeb tags starting from 3rd of January. Fix has been already applied and is >50% rolled out in the production, expected to be at 100% level within upcoming days.
Our production tenant has now received the hotfix. Thanks @VesaJuvonen
it is fixed now in our tenant
Most helpful comment
There was unfortunately a regression with @me and @currentWeb tags starting from 3rd of January. Fix has been already applied and is >50% rolled out in the production, expected to be at 100% level within upcoming days.