Does anyone know if you can create a query based upon an output variable that you see in the execution log window that displays while executing a flow? The output variable that I would like to query upon is NODENAME_RECORD_COUNT. Example of what it looks like in the log window is JE_RECORD_COUNT=5. Is this possible to do?
Any input would be greatly appreciated!! :D
Thanks!!
It has been a month since you posted the question so I am not sure you still need an answer but I user the return values a lot in branches and email messages so you should be able to pass it to a query.
For example I have an ags call named RD30 that I want to include the result in my email. in the email I have a variable <!RD30_RETURN_MSG> the record count would work in a similar manner. I mostly use record counts to bypass parts of my flows when there is no data found.
I hope that helped.