|
BLOG
|
I was having issues with null values in my date fields using Survey123 with webhooks and Microsoft Power Automate. I am using an if statement in combination with the formatting like so... if(equals(triggerOutputs()?['body/feature/attributes/InspDate'],null), 'No inspection date recorded', convertTimeZone(addSeconds('1970-01-01',div(triggerOutputs()?['body/feature/attributes/InspDate'],1000)),'UTC','Pacific Standard Time','D'))
... View more
03-24-2022
11:54 AM
|
3
|
0
|
4709
|
|
POST
|
@IsmaelChivite Never mind I got it working! I ended up using an if statement. if(equals(triggerOutputs()?['body/feature/attributes/InspDate'],null), 'No inspection date recorded', convertTimeZone(addSeconds('1970-01-01',div(triggerOutputs()?['body/feature/attributes/InspDate'],1000)),'UTC','Pacific Standard Time','D'))
... View more
03-24-2022
11:00 AM
|
0
|
2
|
3539
|
|
POST
|
@IsmaelChivite Thanks for this! What if I have a date field that I need to test if it's null then return some text or if not null then return the date but format it appropriately? I have been using this successfully to format the date: convertTimeZone(addSeconds('1970-01-01',div(triggerBody()?['feature']?['attributes']?['InspDate'],1000)),'UTC','Pacific Standard Time','D') Any help would be appreciated.
... View more
03-24-2022
10:06 AM
|
0
|
3
|
3539
|
|
POST
|
Your solution really helped me out. I could not find anywhere else on the web that has this critical information. Even on the ESRI help page for Integrating with Other Apps it doesn't mention this. Nor is it mentioned on the Survey123 Populate Related Table. Thank you! &field:GUID={GlobalID}
... View more
03-07-2022
08:36 AM
|
0
|
0
|
3239
|
|
POST
|
Good to know! Thank you. I'll need to test this. We have moved away from FieldMaps to just using the app in a web browser.
... View more
02-28-2022
09:53 AM
|
0
|
0
|
3170
|
|
IDEA
|
Agreed. This is frustrating and annoying. It also shakes my confidence and interrupts my flow. "I could have sworn I put that file in there... Oh I did, Pro just didn't see it."
... View more
02-03-2022
08:40 AM
|
0
|
0
|
4122
|
|
POST
|
We were experiencing something similar getting an error "The following items can't be deleted because they are delete protected or have dependent items." and "Internal Server Error". We had several items that were corrupted upon upload. We found that we could not delete, view item details, or change permissions to the corrupted items. After working with ESRI tech support and after trying several options such as deleting using command prompt and searching for the hosted folder to delete that with no success we ultimately discovered that if we created a new folder, moved all of our properly functioning hosted items into it, we could then delete the old folder along with the corrupted items. I would imagine this only works if the corrupted items were in a folder to begin with.
... View more
12-06-2021
08:31 AM
|
0
|
0
|
736
|
|
BLOG
|
@JamesTedrick I'm hoping you can help. We had this script running fine using a FC hosted on AGOL but when we migrated to Enterprise and I recreated the hosted FC on our Enterprise I am getting a new email every day even if no new features were added. The lastedit.json file is getting overwritten successfully the scrip is just sending an email every day with the same features identified as new. I feel like it's a user account or permissions issue but those things seem to be in order. Any tips would be appreciated. Thank you. ------------------Update------------------ @JamesTedrick It seems to be working now. We discovered that the account running the scheduled script did not have permission to overwrite the lastedit.json file. Sorry to bug ya'll! Thanks again for providing this functionality. I'm looking forward to this being easier (integrated) in the future.
... View more
10-15-2021
08:36 AM
|
1
|
0
|
1254
|
|
POST
|
I can create and edit features in both a browser and on mobile with Field Maps but for some reason I can't delete features in Field Maps. I can load the map into a browser and edit just fine including deleting features but when I load the map in Field Maps I can't delete in either android or on the iPad. I get an error "Unable to delete" "An error occurred deleting the feature". Is this a bug or is there some setting I'm missing in there somewhere? We are on Enterprise 10.9.
... View more
10-06-2021
12:26 PM
|
0
|
4
|
3349
|
|
IDEA
|
I have successfully added this widget to our applications and really enjoy it. However, I too would like it if the results were highlighted on the map to show users that indeed, it selected the expected features.
... View more
09-14-2021
11:30 AM
|
0
|
0
|
2213
|
|
BLOG
|
We are getting an error when we try to run this script: C:\CameraRegDetectEdits>"c:\Program Files\Python39\python.exe" DetectEdits.py Traceback (most recent call last): File "C:\CameraRegDetectEdits\DetectEdits.py", line 340, in <module> main(configfilename) File "C:\CameraRegDetectEdits\DetectEdits.py", line 81, in main maxeditdate = getMaxDate(urlLyr, editfieldsDict['creationDateField'], 'last editdate', servicetoken) / 1000. + 0.001 TypeError: unsupported operand type(s) for /: 'NoneType' and 'float' I noticed that @StephenWarnock had this same issue back in July 2018. Any help would be appreciated. ******UPDATE****** Apparently, this error occurs when you have no data in the featureclass. It's working for us now.
... View more
06-17-2021
10:32 AM
|
0
|
0
|
1508
|
|
IDEA
|
Agreed. The highlighted point color needs to be editable. Can you see the dot? Even circled it's hard to distinguish.
... View more
04-28-2021
09:21 AM
|
0
|
0
|
2938
|
|
POST
|
We have a brand new Trimble R1 bluetooth GNSS receiver that has a problem with Collector on a Google Pixel 5. I get an error at the top of the map "GPS location not available". What's interesting to me is that the Field Maps App CAN connect and get locations from the R1 on the same Pixel phone. We can also get Collector to connect to the R1 using an iPhone without any issues. Steps I have tried on the Pixel: Trimble Mobile Manager App sees the R1 no problem so it is connecting and TMM is streaming location data Mock locations is turned on In TMM, location sharing is on The R1 is selected in the Location Providers section of the app Cleared Collector App storage and cache app data Uninstall/Reinstalled Collector
... View more
04-21-2021
09:35 AM
|
2
|
1
|
1321
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 1 | 12-12-2024 10:33 AM | |
| 4 | 08-29-2024 08:36 AM | |
| 1 | 08-29-2024 09:18 AM | |
| 6 | 05-20-2024 11:55 AM |
| Online Status |
Offline
|
| Date Last Visited |
Friday
|