You are viewing limited content. For full access, please sign in.

Question

Question

Forms - Getting a Bad Field Value error when trying to save the row number with an attachment

asked on June 3, 2021 Show version history

Why is it saying bad field value here for a number field. Isn't the row a number that can be sorted?

I tried with and without the brackets.

0 0

Answer

SELECTED ANSWER
replied on June 3, 2021

The row() function itself doesn't work in Save to repository, we only added support for specific field values at that given row. You should add a column to your table called Row_num and use the ROW() formula in there. Then in your save to repo field config, you can use Invoices/Row_num[row()]

0 0
replied on June 3, 2021

Got it, that will work, but do I have to show it on the table? I tried adding the class hidden but it still shows.

I guess I could just replace the row labels.

0 0
replied on June 3, 2021

Just use a field rule to hide it, not CSS. 

Hide row_num and save data Always

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.