Skip to main content
Question

I have a question regarding process automation: I need to convert a list to an int value (see details).

  • April 29, 2021
  • 2 replies
  • 1 view

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?

2 replies

Forum|alt.badge.img

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.

 


  • Level 0
  • November 23, 2021

Here you can find documentation on how to use TO_INT

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