Set State Using Group Action

Set State Using Group Action

Comments

  • I want change the state of multiple records on a report at once. Set state does not work. Is there a way to do this in a group action?

  • In the Group Action Flow, instead of the \"set State\" step, we can use the \"Set Entity State\" step. This logic would Include a 'For Each\" step that will go through each selected item on the Report and then the \"Set Entity State\" Step will update the state to the new one.\r\n\r\n[color=rgb(127, 140, 141)][font=Roboto][img]att2[/img][/font][/color]\r\n\r\n\r\n\r\nWe can pass this list into the \"For Loop\" step. In this example we used the Car purchase list.\r\n\r\n\r\n[color=rgb(127, 140, 141)][font=Roboto][img]att3[/img][/font][/color]\r\n\r\nFor the \"Set Entity State\" step, we will need the \"Entity Id\" and the \"New State\". For the \"entity id\" we will need to \"select from Flow\" and select the \"item\"(this is the output of the \"For Each loop\"). To Find the \"entity Id\

Sign In or Register to comment.