Skip to main content

I have a question regarding process automation: I need to get the max. value of one column and therefore use the "Query Data Model" node. After that I want to add a new row with exactly this max value. Actually, the "Write Data to Table" node would need an int value then but the "Query Data Model" only gives me a list. How can I convvert this value?

Hello Mara.

Try to apply a row limit to 1 and sort by DESC.

On some occasions, I used the toInt() to force as integer. Try it as well.

Thank you.

 


Here you can find documentation on how to use TO_INT

https://confluence.celonis.com/display/PQLdevelopment/TO_INT


Reply