Get cell by name
Comments
-
Hi, I was wondering if the get cell by name step is supposed to fetch the value within the report cell itself?
Im currently trying to fetch an id from a report row to build data for a FlowInlineField. I successfully fetched the row but the get cell by name is returning null as its output.
thank you
-
Hey Frank,
Unfortunately [b]Cell Names [/b]can be tricky as they are very specific. For example, if the [b]ID [/b]is actually in a cell called [b]Name Id[/b], just searching Id wont work.
Using a [b]Get All Cell Names[/b] step in conjunction with a [b]Show Popup [/b]notification will help you locate the [b]Cell Name [/b]that youre looking for.
Be sure to use a [b]Merge Plain Text [/b]mapping on the [b]Popup [/b]steps [b]Message Input[/b]; this will allow you to display the full list of [b]GetCellNames1_Output [/b]in the notification.

Hope this helps, have a great day!