Expand my Community achievements bar.

SOLVED

AddInstance stops after 7 rows... what the heck?

Avatar

Former Community Member

Hi Everyone,

Longtime acrobat user - first foray into dynamic forms.

I am building a dynamic form with a table, and I want users to be able to add rows to a maximum of 15.

Everything seems to work well until after a user clicks the add button to get row 8.

What have I done wrong? FY reference, this table was used in the past for a different form (different headings) with more than 20 rows.

Thanks for the help,

AM

1 Accepted Solution

Avatar

Correct answer by
Former Community Member

If you click on the Row 1 subform in the hierarchy view then look at the Object Palette under the Binding tab you will see you have a max occurances set to 7

Paul

View solution in original post

2 Replies

Avatar

Correct answer by
Former Community Member

If you click on the Row 1 subform in the hierarchy view then look at the Object Palette under the Binding tab you will see you have a max occurances set to 7

Paul

Avatar

Former Community Member

ahhh... that hit the spot.

Thanks for the help.

AM

The following has evaluated to null or missing: ==> liqladmin("SELECT id, value FROM metrics WHERE id = 'net_accepted_solutions' and user.id = '${acceptedAnswer.author.id}'").data.items [in template "analytics-container" at line 83, column 41] ---- Tip: It's the step after the last dot that caused this error, not those before it. ---- Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #assign answerAuthorNetSolutions = li... [in template "analytics-container" at line 83, column 5] ----