Hey,
I tried to build a workflow Creating a thing (a PaymentMethod in an Invoice) when there is no other existing thing (in other words when the searched thing:count is 0 or when the searched thing:first item is not empty.)
After the thing is created (if condition is fulfilled) I show a Group containing a RepeatingGroup displaying the created thing.
Both conditions (:count is 0 and :first item is not empty leads to the same error : The RepeatingGroup is not populated with the newly created thing whereas I can see the thing created in DB)
Here is the workflow :
When using the debug mode to test this I get a surprising result : the condition appears unfulfilled whereas I know that this is the first PaymentMethod I created on that specificinvoice. Database is confirming this as I can see the newly created PaymentMethod. As a result the RepeatingGroup showing PaymentMethods for that Invoice appears empty.
Any help would be appreciated ![]()


