Questions tagged [foundry-actions]

Questions related to development using Palantir Foundry's Actions application are appropriate to use here.

In Palantir Foundry, changes or edits to objects can be represented as Actions. An Action is a single transaction that changes the properties of one or more objects, based on a user-defined logic. This enables users to handle and manage data while thinking about their overall objectives instead of specific property edits. Actions enable the applications that comprise the Foundry platform to interact with data.

19 questions
0
votes
0 answers

Multi-step Object creation workflow with Actions

What are best practices for a multi-step workflow with conditional creation of Objects using Actions? Consider the following scenario: Events are reported to an organization via a Foundry workflow within a Workshop. Each Event (Object) is associated…
0
votes
1 answer

How do you store user email or username instead of RID in action types?

I am trying to store the emails and usernames of users who trigger an action type that modify or creates an object. I can do that for the id already, but am not sure how to get other properties?
Max Magid
  • 245
  • 1
  • 8
0
votes
1 answer

How can I configure an action that creates a variable number of objects?

I am looking to create an action type that can be used to create a variable number of objects of a given object type. In other words, a user should be able to use this action to create 3 objects at once, 5 objects at once, etc. I tried to accomplish…
Max Magid
  • 245
  • 1
  • 8
0
votes
1 answer

Are there any limits around what you can edit in Palantir Foundry's Actions?

I would like to edit an existing Action in Palantir Foundry. Are there any limits around what you can edit in Actions?
1
2