...
Create an action: Send web request
Web request URL: https://profields-cloud.deiser.com/values/projects/{{projectId}}/fields/<START_DATE_FIELD_ID>
Headers:
Content-Type: application/json
Authorization: Bearer {{projectrakJwt}}
HTTP method: GET
Web request body: Empty
Check: Delay execution of subsequent rule actions until we've received a response for this web request
...
8. Set the value in a variable
Create an action: Create variable
Variable name: startDate
Smart value: {{webResponse.body.value.value}}
...
9. Get the value of the field Start date in the project
...