0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

CurrentUserと紐づいたデータを表示する方法

Posted at

【前提】
・データはUserとTodoがある。
・UserとTodoは紐づいている(User:Todo = 一:多)

【目標】
・Userの1人でログインしているときにCurrentUserに紐づいたTodoだけを表示したい。
(例 AでログインしているときはAが紐づいているTodoだけを表示)

【方法】
・text等の表示するエレメントを設置。
・InsertDynamicDataからSearchforを選択し表示したいデータを選択
※SearchforでUser=CurrentUserにするのを忘れない!!

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?