Select to view content in your preferred language

Allow Publishing of NULL Field Type for Repeats

344
2
05-30-2024 09:57 AM
Status: Open
Labels (3)
BNix_TPA
New Contributor III

I'm using a repeat to pull data from a feature service about current projects.  I'm then using Concat to create a list of the projects in my main data layer.  I want the ability to create surveys that have the ability to pull data into repeats, but not actually create the related table or any of the fields when I got to publish the survey. Just be able to use it as an intermediary for calculations.

2 Comments
abureaux

Could you elaborate some one this?

A "null" value intrinsically has no value. So, publishing "nothing" doesn't really make a lot of sense. If you want the data to be stored, why not store it as a Text field with the Hidden appearance?

BNix_TPA

I don't necessarily want the related table even published.  I'm using it to add multiple records from another service then writing to a separate text field within the main table.  This gives me a list of active construction projects for the day.  This information is then being sent out as a daily status email along with other pieces of key information. So i want a way to pull multiple records from an external source and list these out within the survey I'm currently working in.  The only way I could come up with was to use a related table to calculate these values.