Generating file with task but data from virtual column is missing

So I have a virtual column that I would like to print out together with the rest of the data, but whenever I try generating a file , the data in the virtual column is not recorded in the file.

I suspect that the data in the virtual column is not recorded in the spreadsheet before the file is generated.

Any suggestion how to go about with it?

0 3 90
3 REPLIES 3

Virtual columns are NEVER recorded in the spreadsheet. What is the expression that you're using in the VC? Does it depend on other records that may not have been created/edited before the Bot was triggered?

oh right! the expression is REF_ROWS("Products", "Invoice No.")

See section "Sending Email Only After Adding a Parent Record and All of Its Children " here:

https://help.appsheet.com/en/articles/961707-workflow

Top Labels in this Space