User Profile
spucelik
Joined 9 years ago
User Widgets
Recent Discussions
Re: Old sub-sites: traslate in folder with stop inherit permission or new sites connected to a hub?
If you find yourself creating a folder for a security boundary and document organization, create a new library instead. - You can assign a content type to the library that helps with contextual searching,. - Site columns can be assigned to the content type at creation or later for even better searching. - When you pursue Copilot, it’s easier to manage permissions at a library than at a folder.356Views0likes1CommentRe: Obtain the list of collection names in a MS Syntex Model from PowerAutomate?
Within the Syntex content center there is the Models and Model Settings library/list. You can use the Graph API to get the column information from the Model Settings list, which contains the URL the model was deployed to. https://learn.microsoft.com/en-us/graph/api/list-list-columns?view=graph-rest-1.0&tabs=http380Views0likes0CommentsRe: MS Syntex error after Publish. SharePoint library has been moved or deleted.
Just to be clear, this is a Freeform or Layout model I assume? If it has already been deployed to a different library you can't deploy it to another library. It will only work on 1 library. If that's not the case, initiate the model revision from the library (click classify and extract) and then try to republish it that way.1.2KViews2likes2CommentsRe: Using Power Automate and Syntex to create document with multiple tables HELP?
Schneika Consider the following Power Automate Example This action will first get items from a SharePoint library. Then add a Data Operation -> Select action to your flow. Notice that the "Map" values correspond to a table I have in my Content Assembly template columns. This will take the results from my SPO Library and save it this table structure. 2. Now you're ready to populate the smart template with values. Notice that for my table I'm simply taking the JSON output that is produces from the Data Operation and binding it to the table. 3. The result of this will be added to the table in the smart template.3.2KViews2likes7CommentsRe: Duplicate field when applying model
In the Model Usage list that is the site collection, is Model Name of you model listed and is the Target List URL associated to the library you want to deploy the model to? I'm thinking the model has already been deployed to another library.1KViews0likes0CommentsRe: Basic things not working for me in Syntex
Are you getting an error message on the page when trying to save the RegEx? In the F12 debug logs of the browser, are there any error messages? There are some expressions that are not supported by LUIS, but you'll get an error message when trying to save the page.1KViews0likes0CommentsRe: Syntex Models and Information management Policies
Whatever policies you configure the Syntex model to use, it will be honored at the library level. To specifically address your questions: 1. When a Syntex model is deployed to the library, whatever configuration that is at the site level will not be applied. 2. When the policy is created and attached to the model, it will be applied to the destination document library when deployed.942Views2likes0Comments