Expand my Community achievements bar.

SOLVED

COUNTRYcan't be defined as global field and a non-global field

Avatar

Level 2

We are getting the following error when creating an adobe form.

 

COUNTRYcan't be defined as global field and a non-global field in com.adobe.printSubmitter.PrintException, cause: 29354

 

We have even tried to remove the Country field from the form but the problem persists.

 

Any help would be greatly appreciated

 

1 Accepted Solution

Avatar

Correct answer by
Level 2

Hi

 

Thanks for responding. The issue is resolved, it was a binding value on the Country field that caused the problem.  

View solution in original post

2 Replies

Avatar

Employee Advisor

@fishblues 

We would need the form to troubleshoot this issue further. 

I have sent you a DM, could you share the form for a quick review? 

Avatar

Correct answer by
Level 2

Hi

 

Thanks for responding. The issue is resolved, it was a binding value on the Country field that caused the problem.  

The following has evaluated to null or missing: ==> liql("SELECT id, subject, body, depth, post_time, author.login, author.id, author.rank, metrics.views FROM messages WHERE topic.id = '${topicId}' AND is_solution = true").data.items[0] [in template "analytics-container" at line 82, column 31] ---- Tip: It's the final [] step 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 acceptedAnswer = liql("SELECT... [in template "analytics-container" at line 82, column 5] ----