|
POST
|
Alix, this issue was part of another issue. Someone moved our hosted service layers, so I had to add them back to the web map. Then I went into WAB to fix the widgets with broken links. I never checked the GeoLookup because I didn't think it would have been affected. Well, that was my fault for not checking, because all of the enriched checkmarks were set to uncheck. ESRI - Can you add a note to the "widgets that might be affected by a web map change" to include GeoLookup? My GeoLookup widget is in the Header Controller. Thank you for your time.
... View more
05-05-2020
03:04 PM
|
2
|
0
|
1903
|
|
POST
|
I'm going to rebuild it and see if I can fix it. : )
... View more
05-05-2020
10:39 AM
|
0
|
0
|
1903
|
|
POST
|
05-05-2020
09:50 AM
|
0
|
3
|
1903
|
|
POST
|
Hi Alix, Here's the video of what it does. There is no error message.
... View more
05-05-2020
09:48 AM
|
0
|
4
|
1903
|
|
POST
|
Good day everyone, I had a perfectly working WAB APP and then poof, not so perfect. Usually, when I upload a CSV file, the download button shows, but now it's a blank space. This is what it used to look like: What did I do?
... View more
05-01-2020
03:41 PM
|
0
|
6
|
1991
|
|
POST
|
I did this a lot yesterday, and once the error occurred I had the change the name and re-publish a new survey.
... View more
05-01-2020
10:39 AM
|
0
|
0
|
3179
|
|
POST
|
Well, that took a while... So, what I found out is that I used the word "Change" as a name, and from I found out is a no-no. You will find CHANGE in the types tab under Reserved Keywords.
... View more
04-30-2020
02:51 PM
|
0
|
0
|
3179
|
|
POST
|
I went back to an old version and it works, so I'll add pieces to see what broke and I'll let you know.
... View more
04-30-2020
10:43 AM
|
0
|
1
|
3179
|
|
POST
|
I've made a copy of my survey and deleted everything with a formula, including the Inbox, I've removed the repeat, and replaced the geoTrace with a geoPoint. I'm still not getting the data to send to the cloud. Any help would be appreciated. This worked before I updated Survey123 Connect.
... View more
04-30-2020
10:35 AM
|
0
|
2
|
3179
|
|
POST
|
I am also having this issue. Survey123 Connect 3.9.120, 1 table empty in Chrome and IE. I have the original survey & a repeat with a geotrace. Things I've tried: I cleared my Chrome history and cookies I added a geopoint to the original survey because that's the table that isn't populating. I cut and pasted the data into a new form, and republished Thank you in advance.
... View more
04-29-2020
10:35 AM
|
0
|
3
|
3179
|
|
POST
|
Hello James, I'm getting ready to run this month's reports on the 1st, so I downloaded the FGDB to check on the dates. The dates are still today's date. Is there anyone looking into this, or will Esri add a Date Taken to the Inspection__ATTACH table? Thanks in advance. ~ Michelle
... View more
04-27-2020
04:35 PM
|
0
|
0
|
1887
|
|
POST
|
You Rock! I've been trying to get this to work all morning!!!
... View more
04-17-2020
01:01 PM
|
0
|
0
|
4393
|
|
POST
|
Thanks, James, When I manually download the images, the created date and the modified date are today's date and time. As a 2nd option, would Esri add a column to the attachment table for the creation date?
... View more
04-15-2020
08:43 AM
|
0
|
1
|
1887
|
|
POST
|
Here's a sample of the code I'm using to open the geodatabase once downloaded from AGOL. This has never happened before, so I think that something changed with the downloaded geodatabase, not the script. Thank you for your help James, I hope to meet you at the UC. inTable = r'C:\Users\...' inTable2 = r'C:\Users\...\Inspection.gdb\Inspection' fileLocation = r'C:\Users...\Inspection' with da.SearchCursor(inTable, ['DATA', 'ATT_NAME', 'ATTACHMENTID','REL_GLOBALID']) as cursor: for item in cursor: attachment = item[0] filenum = str(item[3]) + "_" filename = filenum + str(item[1]) open(fileLocation + os.sep + filename, 'wb').write(attachment.tobytes()) del item del filenum del filename del attachment arcpy.TableToExcel_conversion(Input_Table=inTable2, Output_Excel_File="C:\Users...Inspection\inspection.xls", Use_field_alias_as_column_header="ALIAS", Use_domain_and_subtype_description="CODE") time.sleep(1) done = True
... View more
04-08-2020
03:55 PM
|
0
|
3
|
1887
|
|
POST
|
This isn't normal, something has changed in the last month. I run a Python script to extract the photos, and these dates should be the date is taken, which helps me eliminate the oldest photos, but this is what I see in April. Last month I saw this, PLEASE help.
... View more
04-02-2020
02:35 PM
|
0
|
6
|
1956
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-01-2020 12:52 PM | |
| 2 | 07-25-2020 09:26 AM | |
| 1 | 10-23-2020 01:30 PM | |
| 1 | 03-16-2020 11:39 AM | |
| 1 | 09-28-2020 09:24 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-16-2020
03:00 PM
|