i have a variable called dates which is a record variable i get it from CLU here is a sample of it {“begin”:“2024-01-04 08:00:00”,“duration”:“PT2H”,“end”:“2024-01-04 10:00:00”,“resolutionKind”:“TemporalSpanResolution”}
what i want to do is to set tje resolutioinKind value to a variable , when i try to use formulas in set variable i use this formula Topic.dates.resolutionKind but im getting an error "Error Message: The expression on the ‘SetVariable’ node at ‘cr10a_meetingRooms.topic.availableRooms/main/main/setVariable_yMzo7d’ failed with the following errors: ‘Name isn’t valid. ‘resolutionKind’ isn’t recognized.’ (.resolutionKind). Error Code: ContentValidationError Conversation Id: 8f36aa01-945e-4ce9-972b-f6cea9f908ae Time (UTC): 2024-01-04T09:00:01.861Z"
Hi @marwan1231
Could you share a few screenshots from your topic? Including the power FX formula part
Thank you