Hi @leolopes_verisure
I believe requiresPeriodRefresh should only be set on dateMath or dateCompare transform types. It looks like you are setting it on the top level lookup based transform when it should be set in your dateMath/dateCompare transforms. Are you also setting it in those transforms as well? If not, I would definitely try that and see if it resolves your issue.
Here is an example using it in a static transform:
{
"id": "IDHERE",
"name": "Employee cloudLifecycleState",
"type": "static",
"attributes": {
"currentLifecycleState": {
"attributes": {
"values": [
{
"attributes": {
"name": "cloudLifecycleState"
},
"type": "identityAttribute"
},
"NA"
]
},
"type": "firstValid"
},
"isInTerminationGracePeriod": {
"attributes": {
"firstDate": {
"attributes": {
"expression": "+3d/d",
"input": {
"attributes": {
"input": {
"attributes": {
"values": [
{
"attributes": {
"attributeName": "endDate",
"sourceName": "Replication Source"
},
"type": "accountAttribute"
},
{
"attributes": {
"attributeName": "termdate",
"sourceName": "Workday"
},
"type": "accountAttribute"
},
"2099-01-01"
]
},
"type": "firstValid"
},
"inputFormat": "yyyy-MM-dd",
"outputFormat": "ISO8601"
},
"type": "dateFormat"
}
},
"requiresPeriodicRefresh": true,
"type": "dateMath"
},
"negativeCondition": "false",
"operator": "gte",
"positiveCondition": "true",
"secondDate": {
"attributes": {
"expression": "/d",
"input": {
"attributes": {
"id": "Global - UTC to Herb Time",
"input": {
"attributes": {
"expression": "now"
},
"requiresPeriodicRefresh": true,
"type": "dateMath"
}
},
"type": "reference"
}
},
"requiresPeriodicRefresh": true,
"type": "dateMath"
}
},
"requiresPeriodicRefresh": true,
"type": "dateCompare"
},
"isTerminatedRecently": {
"attributes": {
"firstDate": {
"attributes": {
"expression": "+45d/d",
"input": {
"attributes": {
"input": {
"attributes": {
"values": [
{
"attributes": {
"attributeName": "endDate",
"sourceName": "Replication Source"
},
"type": "accountAttribute"
},
{
"attributes": {
"attributeName": "termdate",
"sourceName": "Workday"
},
"type": "accountAttribute"
},
"2099-01-01"
]
},
"type": "firstValid"
},
"inputFormat": "yyyy-MM-dd",
"outputFormat": "ISO8601"
},
"type": "dateFormat"
}
},
"requiresPeriodicRefresh": true,
"type": "dateMath"
},
"negativeCondition": "inactive",
"operator": "lte",
"positiveCondition": "delete",
"secondDate": {
"attributes": {
"expression": "/d",
"input": {
"attributes": {
"id": "Global - UTC to Herb Time",
"input": {
"attributes": {
"expression": "now"
},
"requiresPeriodicRefresh": true,
"type": "dateMath"
}
},
"type": "reference"
}
},
"requiresPeriodicRefresh": true,
"type": "dateMath"
}
},
"requiresPeriodicRefresh": true,
"type": "dateCompare"
}
"value": "#LOGICHERE"
},
"internal": false
}