WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

search results

for PowerShell

(...) transition, the action is executed by the service. It is worth noting here that communication with the SharePoint platform is provided through the service. Additionally, the service executes the PowerShell code triggered by the “Run a PowerShell script”. The action is run on the server hosting the service and allows for execution of any Windows PowerShell command. Note here that once certai (...)

(...) g the form data using the REST API. After all, we already have the workflow steps, field, and field matrix, why should we define this again for Playwright? :) What has happened: I focused on PowerShell this time for accessing the REST API. I got interested in PowerShell classes. Since we already have swagger.json, which defines the REST API, I created a script to generate the PowerShell classes. (...)

(...) you still might need this knowledge to migrate further processes. In this series I'm creating an example application into which I'm importing data using built in cyclic actions, and external PowerShell script using REST API. Creating example application. Importing data using cyclic actions. Importing data using external PowerShell script.

(...) Webcon BPS and setting the right timezone, I hope you can shed a light on this topic for me. We have a server with Webcon BPS installed in an Azure VM (Region North Europe), which has (according to PowerShell ) the right timezone for us (see attached picture). We didn't find any timezone settings in Azure Portal for the VM, so we think this should be correct. In Webcon Portal every time shown is 2 hours (...)

(...) the page (3). Unfortunately, the provided query parameters are stripped from the URL and only the path and hash remains. My request is to change the logic that the query parameters are kept. Sample PowerShell s script: $uri = new-object System.UriBuilder('https://login.microsoftonline.com/common/oauth2/v2.0/authorize?ui_locales="de-DE"#ui_locales="de-DE"') $query = [System.Web.HttpUtility]::ParseQueryStri (...)

(...) Hi everyone, WEBCON BPS 2022 has a new IIS requirement "Dynamic Compression Module". You can enable this by executing the following line in PowerShell : Enable-WindowsOptionalFeature -Online -FeatureName IIS-HttpCompressionDynamic Now I'm back to testing the new version. :) Best regards, Daniel

(...) We created a set of PowerShell cmdlets to connect to a portal, start/update/delete workflows and adding attachments. Inspired by the -UseWebLogin parameter off the Connect-PnPOnline cmdlet i extended our PowerShell cmdlets with a use weblogin feature. Fiddler and a bit of research in the web provided the right approach quite fast. Authentication works fine, but when using the rest api i receive an " (...)

(...) The problem is that these CSV files are created by an outside system and can only be identified by the path in which they are stored and the creation date of the file. I can find these files with a PowerShell action but i have no clue how to add them as attachments to my workflow. At the point in time the files are created by the 3rd part system my workflow is not yet running so i cannot attach an instanc (...)

(...) ystem.Text.JSON namespace for serializing / deserializing JSON objects, which requires a bunch of satellite assemblies to be packaged also. These assemblies are added to each package with a custom PowerShell script and have exactly the same version in both packages. Why is Webcon complaining here (since versions are identical) and how can we guarantee plugin functionality of both packages, even if the (...)

(...) Hi, Is there a possibility to configure exchange integration actions - create/update calendar event so it creates Teams meeting? Or only option is Microsoft Graph? Or some PowerShell ? Do you have any examples of that? Best Regards, Dominik

(...) ageVersion node (see attachment). Based on BranchNumber, and BuildVersion you are able to specify which Webcon version have been used to export that specific .bpe package. You might also use this PowerShell script: $path = '.\bps_package.bpe' Expand-Archive -Path $path -DestinationPath . -Force [xml]$xml = Get-Content $path.substring(0, $path.length-4) $xml.SelectSingleNode('//PackageVersion')

(...) I'm trying to setup an internal process to move and lock Active Directory users. This involves moving the user to a different OU, but I can't seem to find this option in Webcon (other than executing PowerShell which I'm trying to avoid for security reasons). Does anyone have experience in this? Greetings from Switzerland Raymond

(...) now, then I'm not sure if there will be a better time ;) I think most of us have used SQL Server Management Studio or Azure Data Studio to test some queries, and maybe a VSCode / Notepad++ for some PowerShell - all of those support autocompletion (which in most cases of recent software is supported by language server protocol). Could we get a built in autocompletion for custom business rules inside Des (...)

(...) Hello, Is it possible to programmatically migrate SharePoint list data to a Webcon BPS dictionary using PowerShell , especially if the fields in both systems are identical. or if not, is it possible to migrate just by exporting SharePoint list data to Excel then import it on Webcon dictionary? Let me know if there are other recommended method to do this and the steps. Thanks in Advance.

(...) s how to do the middle part, which is saving the entire text layer data to the form field. Have any of you heard about an SDK able to do that? Or can you help me with some practical examples? Maybe a PowerShell script?

Did you know that with WEBCON you can automate virtually any process? Even baking cookies 🍪
 
Speaking of cookies: we use the ones that are essential for our website to function properly, as well as additional ones that help us customize our content to your preferences. If you don’t mind cookies, click Accept. If you want to learn more, explore settings.
Settings