You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm want to map publishing fields for a flat file import step. In the Field-to-Expression mapping section I add __Publish = $($sourceItem.Publish), but in the Powershell output I get the message below. Same for other publishing fields like __Never publish.
It seems like the underscores are stripped out, but trying any manner of escaping or renaming the field doesn't work. Can we import standard fields?
The text was updated successfully, but these errors were encountered:
That's the culprit. Thanks a ton for unblocking me! Could I submit a PR to this repo for a potential solution (retain any leading underscore characters), or not super important?
I'm want to map publishing fields for a flat file import step. In the Field-to-Expression mapping section I add __Publish = $($sourceItem.Publish), but in the Powershell output I get the message below. Same for other publishing fields like __Never publish.
It seems like the underscores are stripped out, but trying any manner of escaping or renaming the field doesn't work. Can we import standard fields?
The text was updated successfully, but these errors were encountered: