User Profile
spucelik
Joined Sep 07, 2016
User Widgets
Recent Discussions
Re: Create Container Issue
Some things to check: In your app registration, make sure https://graph.microsoft.com is added in the Authentication -> Web Platform configuration. The Audience parameter in the OAuth authentication needs to container this. Also of note: When using the Power Platform, we have released a number of connectors that don't require you to use the HTTP Premium connector. Until they are fully rolled out, in Power Automate, append this to the end of the URL, &addConnectorHideKey=sharepointembedded Then add a new connector to the canvas. If you search for SharePoint Embedded you will see the new native connectors you can use for most operations.5Views0likes0CommentsRe: 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.396Views0likes1CommentRe: 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=http405Views0likes0CommentsRe: 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.1.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.1.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.1KViews2likes0Comments
Recent Blog Articles
SharePoint Embedded guide for software companies: Use cases make it real for customers
Getting Started: The Foundation Q: "We're a SaaS platform with multiple customers—how do we keep their data separate?" A: The most successful multi-tenant software companies use the owning and co...428Views0likes0CommentsSharePoint Embedded guide for software companies: success factors, positioning & key insights
Welcome to the definitive Q&A guide for software development companies exploring SharePoint Embedded for their SaaS applications. This blog series addresses the most frequently asked questions from o...277Views0likes0Comments