How can i Update multiple values and Name in Update Entity Data

Is there a way i can update multiple Entity Data with a [?Prompt]


i want it to show current info so i can edit it, if there is no info it will just show blank, when i try to edit it doesnt work…how can i go about it…

When you define Entity Types, there are two fields. Entity and Entity Name.

Make sure you are using Entity Name field in the {ENTITY DATA:} tag

i got it working by using the same action twice and in the value fields i enter the ?prompt

Instead of using 1 action, use 2 actions (or more for each custom field). Right click on the Select Action popup window and choose “Display All Values”. This will display all the actions already Selected Actions. Select your Update Entity Data action, then fill in the appropriate info. This should produce the same popup window you have posted above.

If you want to only edit 1 field and a time and step through each custom field, use 1 Update Entity Data action followed by a “Execute Automation Command” to another step (i.e. Step 2, Step 3, etc…).

3 Likes