25 min ago
Topic:
Converter Sub Flows
bartezPosts: 5
|
Is there any way to use sub flow with data output in converter? At this point I'm seeing an error that run flow only allows synchronous steps.
|
|
|
6 hours ago
Topic:
Google Translate
osman.zama@decisions.comAdministrator Posts: 32
|
Hello,
Can you please let us know what issue you are facing during installation, also can you please provide us a screenshot of an error if you are facing and which part of the installation you are facing an issue in.
Regards Zama
|
|
|
7 hours ago
Topic:
Getting an error when using Update Account on SSO
wilklium8564Posts: 1
|
This error indicates a problem with the certificates you're using to sign the authentication flow. It usually means the private key used to sign the SAML Response doesn't match the public key certificate that Google Workspace has on file.
|
|
|
13 hours ago
Topic:
admin/default account
fefePosts: 1
|
Osman Mustafa wrote:
Hello Austin,hurdle The default admin credentials are EmailAddress:admin@decisions.com and Password:admin.
Thanks
I still can't login edited by fefe on 3/22/2023
|
|
|
14 hours ago
Topic:
Google Translate
dwflodPosts: 1
|
jbeam wrote:
Has anyone figured out how to add the google translate widget to a decisions apptrap the cat? thanks Can't seem to install it
|
|
|
14 hours ago
Topic:
Active Users
feafasPosts: 1
|
kshitij@decisions.com wrote:
You can use the Active Users report found at System → Administration → System Tools → Event Viewer to view active users currently on the Server. tunnel rush
Thanks
|
|
|
20 hours ago
Topic:
Execution Timeout Expired
ElsaPosts: 2
|
We have a query that have the time out in seconds set to 360 (I believe that is the limit), when we debug the flow it takes 1 minute and 5 seconds, but the query is throwing an exception error of "Execution Timeout Expired". If the query is only taking 1 minute 5 seconds why am I getting an error or is there any way to fix it
DROP TABLE #tmpKMES;] ---> DecisionsFramework.LoggedException: Error message: Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding. ---> System.Data.SqlClient.SqlException: Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding. ---> System.ComponentModel.Win32Exception: The wait operation timed out --- End of inner exception stack trace --- at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParserStateObject.ReadSniError(TdsParserStateObject stateObj, UInt32 error) at System.Data.SqlClient.TdsParserStateObject.ReadSniSyncOverAsync() at System.Data.SqlClient.TdsParserStateObject.TryReadNetworkPacket() at System.Data.SqlClient.TdsParserStateObject.TryPrepareBuffer() at System.Data.SqlClient.TdsParserStateObject.TryReadByte(Byte& value) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at DecisionsFramework.Data.ORMapper.DatabaseDrivers.MsSqlCommandWithDecimalReader.ExecuteReader() at DecisionsFramework.Data.ORMapper.DatabaseDrivers.DBCommandLoggin.ExecuteReader() --- End of inner exception stack trace --- at DecisionsFramework.Data.ORMapper.DatabaseDrivers.DBCommandLoggin.ExecuteReader() at DecisionsFramework.Data.ORMapper.SqlQueryWithParams.FillResult(IDbConnection conn, IORMDatabaseInterface driver) at DecisionsFramework.Data.ORMapper.ExternalDatabaseServer.RunQuery(ReturnSetSQLStatement statement) --- End of inner exception stack trace --- at DecisionsFramework.Data.ORMapper.ExternalDatabaseServer.RunQuery(ReturnSetSQLStatement statement) at DecisionsFramework.ServiceLayer.Services.DatabaseIntegration.FlowSteps.BaseDatabaseStep.RunQuery(StepStartData data, ReturnSetSQLStatement statement) at DecisionsFramework.ServiceLayer.Services.DatabaseIntegration.FlowSteps.BaseReturnOptionStep.Run(StepStartData data)"
|
|
|
20 hours ago
Topic:
Execution Timeout Expired
ElsaPosts: 2
|
We have a query that have the time out in seconds set to 360 (I believe that is the limit), when we debug the flow it takes 1 minute and 5 seconds, but the query is throwing an exception error of "Execution Timeout Expired". If the query is only taking 1 minute 5 seconds why am I getting an error or is there any way to fix it
DROP TABLE #tmpKMES;] ---> DecisionsFramework.LoggedException: Error message: Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding. ---> System.Data.SqlClient.SqlException: Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding. ---> System.ComponentModel.Win32Exception: The wait operation timed out --- End of inner exception stack trace --- at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParserStateObject.ReadSniError(TdsParserStateObject stateObj, UInt32 error) at System.Data.SqlClient.TdsParserStateObject.ReadSniSyncOverAsync() at System.Data.SqlClient.TdsParserStateObject.TryReadNetworkPacket() at System.Data.SqlClient.TdsParserStateObject.TryPrepareBuffer() at System.Data.SqlClient.TdsParserStateObject.TryReadByte(Byte& value) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at DecisionsFramework.Data.ORMapper.DatabaseDrivers.MsSqlCommandWithDecimalReader.ExecuteReader() at DecisionsFramework.Data.ORMapper.DatabaseDrivers.DBCommandLoggin.ExecuteReader() --- End of inner exception stack trace --- at DecisionsFramework.Data.ORMapper.DatabaseDrivers.DBCommandLoggin.ExecuteReader() at DecisionsFramework.Data.ORMapper.SqlQueryWithParams.FillResult(IDbConnection conn, IORMDatabaseInterface driver) at DecisionsFramework.Data.ORMapper.ExternalDatabaseServer.RunQuery(ReturnSetSQLStatement statement) --- End of inner exception stack trace --- at DecisionsFramework.Data.ORMapper.ExternalDatabaseServer.RunQuery(ReturnSetSQLStatement statement) at DecisionsFramework.ServiceLayer.Services.DatabaseIntegration.FlowSteps.BaseDatabaseStep.RunQuery(StepStartData data, ReturnSetSQLStatement statement) at DecisionsFramework.ServiceLayer.Services.DatabaseIntegration.FlowSteps.BaseReturnOptionStep.Run(StepStartData data)"
|
|
|
1 days ago
Topic:
End Form Session Error
sarah.robertsonPosts: 1
|
We have just upgraded to V8.9.2. A flow runs after logon to check username. When it goes to a End Session Form with Option 'Display a Message and Navigate', we get the following error.
JavaScript error: Uncaught TypeError: Cannot read properties of null (reading 'CurrentForm') on line 1 for https://servername/decisions//bundles/formsrenderer.js?DEC-VER=8.9.2.71359
All Inputs in the form are populated. Clicking Dismiss takes you to the Portal.
Any suggestions?
|
|
|
2 days ago
Topic:
How To Change The Order Of Fields On A Report
sean.hall@decisions.comAdministrator Posts: 7
|
Hello,
To change the order of fields on a Report you just need to open the Report Designer and click into the tool bar as shown in the attached video.
|
|
|
2 days ago
Topic:
How To Change The Order Of Fields On A Report
CrimsonTartPosts: 7
|
I was building a report and accidentally added the fields in the wrong order. Is there a way to move them around without deleting them? I am on v7.
|
|
|
3 days ago
Topic:
Replace list of string in Word document Table
david.gillespie@decisions.comAdministrator Posts: 4
|
Hi,
Have you tried using the Replace Text in Word Document step? The step takes in a document and can replace specific keywords, either tokens or bookmarks, and give you fields that can be filled in. I would recommend using the Token mode instead of Bookmarks. Tokens are phrases indicated by surrounding the name with a start and end character. By default, the start and end token characters are the curly brackets. If needed, you are able to change the characters used to define the start and end tokens. You can upload the document as file data or have it statically added.
For instance, in a word document, the phrase {example1} would appear in the step as a field to fill out. You can see it here in the screenshot below.
 I hope this helps! ~David G
|
|
|
5 days ago
Topic:
Replace list of string in Word document Table
nimishKPosts: 2
|
Hi everyone,
I'm currently working on a project where I need to fetch data from an external source and insert it into a Word document in a table format. The Word document has a specific table format that needs to be followed. However, the fetch query can return different numbers of results, including zero results, one result, or more than 60 rows depending on the database table's entries.
I'm looking for advice on how to have a dynamic replace text in the Word document logic that can keep the static text and company logo as is but only replace the tokens of the table with the query results, regardless of the number of results.
One idea I had was to use a merge HTML table if the query result returns more than one row and somehow place this table on the provided Word doc, which is only one page with a blank table. I'm wondering if this is a viable option, and if not, what other methods can be used to achieve the desired outcome.
FYI, I have 5 columns in total
Any guidance or suggestions would be greatly appreciated. Thanks in advance!
|
|
|
8 days ago
Topic:
Return two Value from rule
ethan.price@decisions.comAdministrator Posts: 64
|
Hi Jannie!
The String Equals - Case Insensitive rule is a preconfigured rule that comes with Decisions by default. I've attached some documentation below.
https://documentation.decisions.com/step-library/docs/string-equals-steps
I agree with Jamie's suggestion - rather than trying to get the rule to output a value, we can add Create Data steps to the two output paths, and have them set to output the expected code. The logic would look something like this:

Hope this helps!
-Ethan
|
|
|
10 days ago
Topic:
Return two Value from rule
JanniePosts: 2
|
Hi , Thanks for the info but where i can find this string equals thing , also i creating a rule, so when the rule get true i need return a data and return some data on false case as well
|
|
|
11 days ago
Topic:
Return two Value from rule
Jamie HughesPosts: 5
|
Hi Jannie,
What is the condition to your rule?
If you are just checking that a condition has been met, I would use a 'String Equals - Case Insensitive' step to check this condition (this will give you a true/false outcome) then use two create data steps, one for True that has the DefalutOutputData and a status of 200 and another one for false that has the status of 400.
This way depending on how your criteria is met you will either get the 200 or 400 status.
|
|
|
13 days ago
Topic:
Return two Value from rule
JanniePosts: 2
|
I have a rule, i need to return two value from rule but get only one return type after creating that rule in the flow, i get only one arrow out this rule, i need two return type on returning value from rule. It work fine in the case of true and false return type

|
|
|
13 days ago
Topic:
Flow Description
Jamie HughesPosts: 5
|
Thank you so much, this is perfect
osman.zama@decisions.com wrote:
Hello,
I have created a sample report which will help you in getting the requested details. The Data source is Element registration. You can alter the filters if needed You can also run the below query in the query editor as well select entity_name, entity_description from element_registration where entity_description is not null and behavior_type like '%flow%'
Regards Zama
|
|
|
13 days ago
Topic:
Flow Description
osman.zama@decisions.comAdministrator Posts: 32
|
Hello,
I have created a sample report which will help you in getting the requested details. The Data source is Element registration. You can alter the filters if needed You can also run the below query in the query editor as well select entity_name, entity_description from element_registration where entity_description is not null and behavior_type like '%flow%'
Regards Zama
|
|
|
16 days ago
Topic:
Flow Description
Jamie HughesPosts: 5
|
Hi, I am looking for a way to loop through all the flows we have and get the description field and name field pictured below, I would then like to display these in a report

Any help with this is greatly appreciated
|
|
|