Hi,
When adding a pipeline with a lot of assets, i get a string or binary would be truncated warning because the limit of the ApplicationKeys attribute is only 1000 characters:
Can this limit increase to 10.000 characters for example? Or use a database that is properly modelled by adding a new table with the application Key and the IsTestApplication attribute so you can add unlimited Applications to a Trigger Configuration?
Kind regards,
Bas
@Gonçalo Ferraria, it's a good recommendation!Interestingly, this question is similar to one posted in November last year: https://www.outsystems.com/forums/discussion/92768/trigger-pipeline-error-on-adding-more-than-27-applications-to-a-pipeline-trigge/ In that post, @Duarte Castaño acknowledges that there is a plan to refactor and normalize this field. I guess we're just waiting for an update. I will ping Duarte and find out.
Hi Bas,
You can increase the field lenght to more characters, but increase the field length isn't a good pratice. you should consider create multiple pipelines based on business concepts on your factory.
TY
Agree, but this is the first pipeline we are building for certain shared components. There will be multiple pipelines for the actual applications.
I understand that the "Shared" pipeline is the most expensive in volume. You need to increase the field manually and follow the solution on the post https://www.outsystems.com/forums/discussion/92768/trigger-pipeline-error-on-adding-more-than-27-applications-to-a-pipeline-trigge/ and wait by the component review.
As suggested in this post:
Note: the value should be under 2000 to keep it as VARTEXT.
Thank you.