Workfolow mail: works in one app, doesn't work in the other with same rules, keys, tables, every thing

hi we have encountered problem in generating an email in our work flow rule,
What happened was, we copied code format from one template that works and implemented that code to a new template, that has the same tables, columns, keys, rules as the first one, and it doesn’t work … every thing is the same.

this is what we get from audit
“Errors”: “Error: Workflow rule ‘PONUDA’ action ‘SLANJE AVANSA’ Body template. Expression ‘[ORDER LISTA]’ is invalid due to: Unable to find column ‘ORDER LISTA’. Error: Workflow rule ‘PONUDA’ action ‘SLANJE AVANSA’ Body template. Start expression ‘[ORDER LISTA]’ should generate a List of Ref values. Please verify that it generates a List and that the contents of the List are Ref values. Ref values should come from the ‘Key’ column of the referenced table. Error: Workflow rule ‘PONUDA’ action ‘SLANJE AVANSA’ Body template. Start expression ‘[ORDER LISTA]’ should generate a List of Ref values. Please verify that it generates a List and that the contents of the List are Ref values. Ref values should come from the ‘Key’ column of the referenced table.”,

new app uses the same data format, column layout, key columns as the first app in witch it works, In the new app it does not.

everything works until we put in start:[table name] and data that we need to list for us. then we get that error massage, and the reason why, it is very confusing for us becaruse it works in the first app no problem, same data and everything.

this is the code
<<Start:[ORDER LISTA]>>

Proizvod: <<[PROIZVOD].[NAZIV PROIZVODA]>>

<>

Can somebody please help?

Solved Solved
0 9 474
1 ACCEPTED SOLUTION

yes we can see the problem now…
fixed it… !!!
You are great human being… tnx a lot:smile:
we changed the displey name into ORDER LISTA, but column stayed Related ORDER LISTAs…

View solution in original post

9 REPLIES 9

Steve
Platinum 4
Platinum 4

Thanks for replaying.
we know about this and used it multiple times.
the work flow rule that we are talking about is for retrieving order list of products, from order table.
and it works in one app but it doesn’t work in the new app…
We tried every thing and we can not figure out what seems to be the problem.

The error message in the audit log tells you what the problem is:

Start expression ‘[ORDER LISTA]’ should generate a List of Ref values. Please verify that it generates a List and that the contents of the List are Ref values. Ref values should come from the ‘Key’ column of the referenced table.

it does generate list of ref values.

it does all the same things and functions like the first app.

Your screenshot doesn’t show a column named ORDER LISTA.

ORDER LISTA, is a table that contains a product list and the value of the product that is chosen from drop down menu that ref table Products.

we have the separate table called ORDER in witch we input all nesesery values like name and address of customer and with in that table we have included ORDER LISTA so we can make list of products, that we want.

and when we try to make invoice and specification with action that triggers work flow rule from the table ORDER, it doesn’t work.

we have made three apps like this with the same work flow and the same column structure and they work, we do not know how this app is different from the others that work in the same manor and with the same data like this one.

Your start expression, <<Start:[ORDER LISTA]>>, uses a column value expression. If you do not have a column named ORDER LISTA, that expression will not work, no matter how many times you insist it’s worked in other apps.

yes we can see the problem now…
fixed it… !!!
You are great human being… tnx a lot:smile:
we changed the displey name into ORDER LISTA, but column stayed Related ORDER LISTAs…

Well done!

Top Labels in this Space