Hello .......
Can you help me with a formula to update my property after I Send HTTP Request
i try this :
$id= json\retrieve($_lastHttpResponseBody, 'id');
entity\setAttribute('someIdField', $id);
but not work
I add new field in my property is webID
Can you help me with a formula to update my property after I Send HTTP Request
i try this :
$id= json\retrieve($_lastHttpResponseBody, 'id');
entity\setAttribute('someIdField', $id);
but not work
I add new field in my property is webID
Comment