@dritter can you specify which put api projection you want to call?
Hi @kvbe,
Thanks for reaching out. I’m looking at the Update ClobData stream attribute in the FndTempLobs end point of the ScheduleOfWorkProductionHandling API (…/ScheduleOfWorkProductionHandling.svc/FndTempLobs(LobId=’{LobId}’)/ClobData). This endpoint also has a PATCH method, but it doesn’t work for updating the ClobData attribute; I tried using the PATCH method in Postman and get an Invalid value for property ‘ClobData’ error. In Postman, updating the ClobData on the record through a PUT call does work, and everything continues as normal.
However, when using the Update action in the workflow, I get an error. I’m not sure if it’s because there is a PATCH method available at this endpoint and it is trying to use that over the PUT. I’m not even sure if using a PUT update is possible through workflows, as I’ve never done one since PATCH updates are much more prevalent throughout the IFS APIs.
Note: The error comes in a later step, but I am confident it is due to the PUT/PATCH updates, as I’ve recreated it in Postman. If I can somehow do a PUT update in the workflow, my problem should be solved.
Thanks in advance!
In this call API is dealing with clobs, unfortunately as of now workflow does not support clob data type as an input in the API task
Blob, Clob, GIS, and File datatypes are not supported currently
Known Limitations - Technical Documentation For IFS Cloud
Hi @kamnlk, thanks for your reply. That is a bummer, but good to know. Hopefully that limitation can be overcome soon!