Azure SAML using certificate

Hello, i’m configuring SAML Azure authentication and I need synchronization of users and groups. In your guide you use a client secret to access datas but on my application I …

How to Select distinct in Low code app query

I have a flat list data table, for example Teams-Members, where each member represents a row. In a Low code app I would like to display this more nicely? Do …

Issue with Script Output

Hi, I can’t seem to get a script output into my Low Code app. I’m following dynamically inject the output of the script. and looking at previous answer Feed Output text from Automation …

Get after set with delay

Hi Dojo, I’m working on device which have 3 states: state 1, intermediate state (transition), state 2. When we do set to state 1 or state 2, device needs some …

QAction update every row

Hi, usually to update every row with a normal index I would use: int rowCount = protocol.RowCount(100); for (int i = 1; i < rowCount + 1; i++) { } …

low-code app with multiple feeds

On a low-code app I would like to use a dropdown-feed selection to select between 3 elements. I would however also like to include the app on a Visio that …