WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > Latest posts

latest posts

In reply to: Arek

Thank you. I understand there's no way to do this directly in the template. But there are a few workarounds we can use.

By the way, do you know how to edit the settings of an inserted list of elements? When adding the list of elements options in the dialog box, we can select columns, order, etc. After clicking OK, a table appears in the document. Is there a way to edit the settings of such a table? For example, changing the order of columns, adding a column?

Unfortunately, I haven't found a sensible way to edit those fields directly once the table has been generated.

Whenever I need to make a changes, like adding a new column or renaming things I usually find it’s much faster to just delete the old table and insert a new one with the correct settings.
Technically, you can try selecting a column header as an individual element and editing it that way, but it’s not very user-friendly and often ends up being more trouble than it's worth.

Hi Arek,

You can handle conditional logic in .docx templates using these two methods:

Business Rules with SQL logic: This is the easiest way to display conditional phrases or paragraphs. Create a Business Rule (SQL type) that returns either the desired text or an empty string ('') based on your criteria.
Then, just place the rule’s tag in your Word template where you want the text to appear.

Dynamic Template Selection: If the documents differ significantly (e.g., a different contract for individuals vs. companies), it's better to prepare separate .docx templates. In the configuration of the "Generate/Update Word file" action, you can use a Business Rule to dynamically return the ID of the template the system should use.

Useful links:
https://community.webcon.com/community/public/posts/post/generating-docx-files/59/4
https://kb.webcon.pl/akcja-generowania-dokumentow-docx-w-bps/

Hi there.

I'm struggling with the behaviour of choice fields (especially if I start a workflow element via SQL) if the value put into the field is not in the data source or not distinkt.
I remember that in earlier Versions it would have started the new element, highlighted the value with red underlining and refused to go on, unless a valid value was entered, but the element has been created and the "wrong value" was in there.
Nowadays it will give an error, not create the new item and do a rollback.

Is there any way to tell the field to accept (besides switching the mode by clicking on the pen which doesn't work automatically) that value ?

Thanks for any hint!
Kind regards,
Klaus

Version 2025.2.1.274

MVP
In reply to: Paweł Wójcik (PIN PW)

Please check it
https://community.webcon.com/articles/preparing-webcon-for-the-end-of-sharepoint-online-legacy-authentication/66

The change log of release 2026.1.6.198 from 2026-04-21 states that the alternative is now available:
https://community.webcon.com/download/changelog/427?q=a55ed2f
Quote:

Added the ability to configure a SharePoint Online connection in the SharePoint
Site Collection settings window using OAuth 2.0 authentication (the
Credentials field). Configuring this authentication method requires specifying the
tenant identifier (the Tenant ID field) and client identifier (the Client ID field),
uploading a certificate from disk (the Certificate field), and then providing its
password (the Certificate password field)

While there's also a release for 2025 with the same date, I don't find anything similar:
https://community.webcon.com/download/changelog/425?q=ebc66d5

Edit:
There's also a new article describing it:
https://community.webcon.com/posts/post/new-oauth-20-authentication-standard-for-sharepoint-online-connections/615/3