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

Daniel Krüger (Cosmo Consult)

MVP

Hi, I played around a little more and tested which of the most common HTML elements are supported. Supported are: a div i img p span strong These can also be nested. Not supported are: button input style While we can replace buttons with something else and I have never use

Hi, it seems as that a sanitization check has been added. I was abled to use strong but a simple img, button, span tag didn't work. An a tag can also be used. Every supported tag is outputted as text. I'm quite sure that I don't like this as I'm sure that we are using this option for other me

Hi, I think everyone of use has run into this error more often in dev/test than anyone wants to admit. Message TIM_ID: 15 - WEBCON BPS Timeout actions error: checkout exception occurred. Instance ID (WFD_ID): 5907 WEBCON BPS Timeout ID (TIM_ID): 15 Could you we gain a global setting, wit

Hi, you can make use of global business rules and form field values in a data source. The attached screenshot is from a REST data source and the field is selected from "All form fields" . If the data source is executed, it takes the value of the field (table column) of the current instance. S

I'm sorry, I should have put a little bit more thought into it before I answered: Now I have only caused confusion. There's a reason why I added a similar user voice in the past.. This works only in data rows and table but not if it's used in a choose field. Best regards, Daniel

Hi Jack, there's an "old" way to achieve something similar. Since I don't know the syntax I'm always using this approach: 1. Create a data row/table and activate the 'Functions' tab. 2. Select the correct hyperlink function. 3. Setup some dummy parameters 4. Click on show to see generated

This is just an information: WHERE DATEPART(dw,DateData) NOT IN (1,7) The numbers of Sunday (1) and Saturday (7) may be different depending on the localization: https://learn.microsoft.com/en-us/sql/t-sql/functions/datefirst-transact-sql?view=sql-server-ver16 Always make sure, whether they

Hi Krystian, I'm not sure that I understand what you mean with "single table". 1. Should the data of the existing tables be merged into a single table but there should be one table in each database.? 2. Should the five tables be left as they are but there shouldn't be duplicates in the other

Now it is even more interesting. It seems, that the transaction was still running and that's the reason why I didn't see the workflow instances. Neither in the Portal nor in SQL Server Management studio. I didn't think of making a dirty read. I checked this morning and now they show up. It just

Hi Karol, I have thought about it and also making the action asynchronous. It should work in theory but I'm having second thoughts about it because of a theoretical problem. If the synchronization doesn't finish before the workflow instance is updated again, the user may get added twice to the B

Digging deeper: The parent workflow was executed at 15:29 UTC (17:29) (1) I joined the LOG_WFDID column with the WFElements table. While the LOG_WFDID column has a value the WFD_ID column is null and new log entries are created for "new workflow" at this moment. (2) This is really strange.

Something interestingly happened. I wanted to create a few hundred BPS groups to test something unrelated to this topic. I already had a process for creating the groups and assigning the users. I wanted to utilize it by creating another process with an item list, populate this via excel, and

Hi. adding users to groups causes an update of the user properties which downloads objects from Azure AD. Depending on the environment it can take quite a long time. - (7/2/2024 2:33:46 PM) Step started: Download selected objects from Azure AD if required - (7/2/2024 2:35:44 PM) Step com

I overlooked something. The action triggers the synchronization of the group and afterwards the synchronization of the added user. This started a download from Azure AD which causes the delay. - (7/2/2024 2:33:46 PM) Step started: Download selected objects from Azure AD if required - (7/2/202

Hi everyone, maybe someone of you has a guess what we can do. - We have an environment with 6 content databases - We have a process which manages the members of a BPS group. - We use the Add/Remove single user to BPS groups to add a single user in synchronous mode (1) - Even so the action t

Hi Jack, I noticed that I didn't communicate my thoughts well. I'm using your example: 1. choice at the first step 2. step two - after entering (no change or error) 3. Go to step three 4. Error because the selected value from step one is no longer part of the source. At least this is

Hi Joanna, I doubt that it will be the case in this case, but if the field are editable in the other steps the source needs to return the selected values, otherwise you will get an error. Best regards, Daniel

Hi, even so this is solved I wanted to add two comments: SaaS You don't have privileges to modify the database. The action for executing SQL or PowerShell are not available. Adding functions views to the database This is something you do at your own discretion and sometimes it's necessa

A neat little trick for this: Copy the output to Notepad++ and use the "Remove empty lines" action. :)