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

Data sources

In reply to: Mihai Marza

Hello,

I had some issues with choicefields, in my case the configuration for the field was simple: ID and Name.
If I was adding by action a value that would match "Name", the field would display the value correctly, but when I was checking it in SSMS I would get only that value instead of ID#Name.
I had to change the action to add ID#Name in order to work.
You can try and do a test with a simple action and add ID#Name and see if its working.

Regards

It's true, when you are parse only Name then in database system could only insert Name. But when User save work or go to another step, system check the values and updating the data (i checked in database, there is nothing missing). I believe option in Screenshot no 1 is responsible for that.
I check this action in many levels and still got same problem - could'nt parse value in fields. I tested in format ID#Name - and still had same problem. And like i said - there is some data that match, but i don't see the pattern (it's the same value, but in diffrent row).
All that fields are Choice Field with Autocomplete.

Hello,

I had some issues with choicefields, in my case the configuration for the field was simple: ID and Name.
If I was adding by action a value that would match "Name", the field would display the value correctly, but when I was checking it in SSMS I would get only that value instead of ID#Name.
I had to change the action to add ID#Name in order to work.
You can try and do a test with a simple action and add ID#Name and see if its working.

Regards

Hi all,
Yesterday i upgrade Webcon to version 2023.1.3.118 and one things change.
In workflow "Faktury" (Invoice) a had an action that download using Rest Api information about working time of employee. Using this data, system fill table with invoice items (eg. cost allocation ).
But in this version i get error that: "No exact match was found for:..." ("Nie znaleziono dokładnego dopasowania:...") for attribute Choice field. In previous version this work fine.
And there is no pattern in this action because some of this data match and system had no problem (in first row "MPK", and in third row "Alokacja" - but in other rows same data "MPK" dosen't match). When i try match this manualy it's work fine.
Someone had similiar issues? What i am missing?
Thanks for help

WEBCON

Hi Andreia,

If your goal is to allow users to work on documents simultaneously, then you should refer to the third article: https://community.webcon.com/posts/post/working-with-onedrive-files/341/18
This article explains how to configure OneDrive connection in Designer Studio using AAD client credentials and what kind of permissions does the AAD app need ("Connection to OneDrive – configuration" section).

To obtain the credentials that you ask for (on your attached screenshot), you have to register an AAD app. I think you can follow this tutorial: https://learn.microsoft.com/en-us/azure/healthcare-apis/register-application

OneDrive owner is an account with OneDrive access, which will be used to store files shared by WEBCON BPS actions. The owner account has to have MFA disabled.

PS. I keep saying "Azure AD" out of habit, but I think it was recently renamed to Microsoft Entra ID :)

Hello all,

Does anyone configured a Onedrive connection in Webcon?
I'm following the topics: https://community.webcon.com/posts/post/integration-with-aad-using-rest-invoke-method-and-microsoft-graph/117/18
https://community.webcon.com/posts/post/adding-attachments-to-onedrive/183/4
https://community.webcon.com/posts/post/working-with-onedrive-files/341/18

But this is explaining on how to configure using MS Graph and Rest API. However, in the connections area, there's one specific for Onedrive but I'm not sure on how to get the details for the configuration.

Thank you