I am trying to push RFIs from Procore to PlanGrid (uni0directional). I am able to get the RFI's from Procore and to open the PlanGrid project. I have a custom step that posts the RFI into PlanGrid, but this step generates the following error message:
400 Bad Request: {"errors":{"managers":{"0":{"type":"Field may not be null."}},"revision":"Field may not be null."},"message":"JSON body parameters are invalid."}
I understand this is a server-side error. PlanGrid is expecting a value for "type" under "managers", and also a value for "revision." Does anyone know how to find these parameters in Procore? Also I have researched and I do not understand the invalid body parameters issue. Can anyone help, or point me towards help? I have tried the developer sires for both Procore and Plangrid without success.
Jorge de la Cova
Push RFIs from Procore to PlanGrid
Hi, new to Workato here, so please be kind.
I am trying to push RFIs from Procore to PlanGrid (uni0directional). I am able to get the RFI's from Procore and to open the PlanGrid project. I have a custom step that posts the RFI into PlanGrid, but this step generates the following error message:
400 Bad Request: {"errors":{"managers":{"0":{"type":"Field may not be null."}},"revision":"Field may not be null."},"message":"JSON body parameters are invalid."}
I understand this is a server-side error. PlanGrid is expecting a value for "type" under "managers", and also a value for "revision." Does anyone know how to find these parameters in Procore? Also I have researched and I do not understand the invalid body parameters issue. Can anyone help, or point me towards help? I have tried the developer sires for both Procore and Plangrid without success.
Any help would be greatly appreciated.