Home > Forum > Known bugs > [solved] Standard Function "Attachments count" does not work any longer in 2022.1.4.404 on Start - Step

[solved] Standard Function "Attachments count" does not work any longer in 2022.1.4.404 on Start - Step

Similar to that thread:
https://community.webcon.com/forum/thread/969/15

on initial step on path action to count attachment did not work ...
doesn't matter if element is saved or not.

The attachment was added by item list.

In reply to: Jack

Hi Paweł,
It looks like a bug :/
I checked the 2023 version and it works OK

You can do a workaround and check it with SQL e.g.
SELECT COUNT(ATT_ID) FROM WFDataAttachmets WHERE ATT_WFDID = {WFD_ID} AND ATT_IsDeleted = 0

THX,

I checked the rule ones more time ....
The rule was changing for:
a) equal = 0
b) not equal <> 0

It looks like I was wrong ... probably I mess something with element ....
I don't know why ... but Today everything is working ... so there is no bug