You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional context
Now, allthough I configured it as described, there is a difference between how it is written:
In the code it is like this, without spaces in the listname and spaces in the column name: TimeOffTypes:Allotted Time
In the Sharepoint it is the opporsite, with spaces in the listname and without spaces in the column name: Time Off Types - AllottedTime
I have tried to correct this in the code, but with no success.
The text was updated successfully, but these errors were encountered:
Same for me this one doesn't work: Text(LookUp('Time Off Balances',Employee.Email = curUserEmail && TimeOffType.Value = selectedType.Title).'TimeOffType:AllottedTime'.Value *1,"[$-en-US]#")
Describe the bug
I created the Sharepoint lists exactly as described, but the reference does not seem to work.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A working reference to the Sharepoint list
Screenshots
Desktop (please complete the following information):
Additional context
Now, allthough I configured it as described, there is a difference between how it is written:
In the code it is like this, without spaces in the listname and spaces in the column name: TimeOffTypes:Allotted Time
In the Sharepoint it is the opporsite, with spaces in the listname and without spaces in the column name: Time Off Types - AllottedTime
I have tried to correct this in the code, but with no success.
The text was updated successfully, but these errors were encountered: