Hi, I'm working with api that doesn't allow uptade of whole list at once and it could be done only row by row. How to call REST API for each row in item list and pass related values ? I've tried to use foreach row and business rule in call definition but it doesn't work.
Hi, and what about similar scenario - user changed domain from let's say johndoe@acme.local to johndoe@acme.com? We are prepairing to sync local domain to Azure AD and this is a potential problem becouse all tasks in db are assigned to johndoe@acme.local and system propably won't match user to john
Ok, I found my mistake. Another question is if it's possible to resolve "People" field? Because I recive this error "Public Api POST /api/data/v4.0/db/1/elements/resolveFieldValue/c8348116-7bb9-4faa-8a60-6ce60d6d1e6e Status code: 500 Error message: Unable to cast object of type 'WebCon.WorkFlow
Hi, I have same problem, when writing integration. it would be nice if WebCon implement GET like /api/data/v4.0/db/{dbId}/elements/fieldAvailableValues/{idguid} which will return an array of available options to choose from. Same problem with people fields etc... Or perhaps there is such po