Created
July 31, 2018 09:02
-
-
Save Rinatamu/8a9e532f05920ec8c0d782b3a0451a95 to your computer and use it in GitHub Desktop.
SharePointカスタムリストの集計値はflowの検索クエリに使えません! ref: https://qiita.com/rnakamuramartiny/items/f2b93950d97a97af5b01
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"status": 400, | |
"message": "種類 'Calculated' のフィールド '通知日' は、クエリのフィルター式には使えません。\r\nclientRequestId: e73bc925-468c-47c1-825f-9beaa3c4ee17\r\nserviceRequestId: 8419809e-404f-6000-3af4-3ad603aaba3f" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
formatDateTime(utcNow(),'yyyy-MM-dd') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment