Understandable :)
Sounds like a good plan to me :) 11:00 heading for a picture!
I'll be there, and this year fixing my last time mistake of not joining the community area :)
Hi, We're already doing same thing, but it brings nothing to seeing which tab is which environment unless you click on the tab and check it ;)
I'm digging an older thread, but some notes: * In case of using 'Generate a PDF file', remember that it returns rastered image, it's not PDF with editable text or vector graphics. Its rastered image wrapped in .pdf format. * Depending on the original file, you could use PowerShell action, and CLI
Hi Maria, If it should be validated, then there is no safer way than Form Validation Action, but if you'd like to improve UX, then i have an idea: Add new Yes/No column, editable by JS only. Then on change of the column which should be validated - make a form rule, which will validate it, and
Hi everyone, When working on multiple environments, with many tabs opened in the browser there is high chance to get lost in which ones are DEV/TEST/PROD. Maybe there is a chance to have a different Favicon per environment? Browsers offer grouping etc, so it's possible to manage, but it would
Hi Marcin, could you share configuration screenshot, and webcon version you are using?
I didn't had my hopes high posting it, that is great news! :)
Hi, you could look for informations directly inside that .bpe package. It's just a .zip file, so change the extension, unarchive it, and inside there will be a single .xml file (big one). You might want to look around for this `WebCon.WorkFlow.Data.WFApplication`
Hi Paweł, As far as i know, there is no built in way to change the sorting. I'd go with prefixing categories, as you've already have described. You could also go with a javascript solution, something like this: const list = document.querySelector('#attachments > * ul'); // this will get uno
Hi, on the Integrations -> API there should be a button to create new application, after creating one, it will get Client ID, and later you can add Secret on that application. Ability to add new API's require global administration privileges, as described here: https://developer.webcon.com/docs/
Daniel gave a good list of resources, I'll try to point out things you might have to correct based on the screenshot. 1 First you should fetch access_token from webcon, you could do it like that: Look at lines 3-13 https://github.com/lumenn/webcon-data-import/blob/7dc59431595118ba9845e5cca4097b
We have policy enforcing only Edge, no other browsers are allowed in company, so changing one is not an option. Firefox is the only one not running chromium so that might be the reason of different behavior.
I would rather have an option to select it when putting the business rule somewhere, but I'm up for anything that will allow selecting behavior. I'm currently using a technical field on the form, to avoid url encoding. I thought there was similar user voice in the past but can't find it.
Hi everyone, I've got today a question from my business side if there is a possibility to change how 'Coply link to clipboard' button works. Right now it copies raw URL to the element, so after pasting it into teams it's visible as raw URL. When you copy URL from the browser search bar, it's be
I've checked both solutions a bit deeper, and there is a slight difference in behavior. Jack's solution will update existing rows in database - while mine will add new rows to WFElementDetails table. In most cases I think it would be better to use Jack's solution, as this is more expected beha
Hi I see Jack already posted a solution, but here's another one leveraging another list action ;)
I'm back with results, and it seems my memory tricked me, or something changed, thanks for catching it Daniel :) I'm sure that we had divergent environments, and we had to manually update columns in reports, but it might have been a different reason. In attachments you can find screenshots, of the
Hi Adam, Could you provide screenshot of the error? It would help to know where the error occurs :)