< Back
New-Record
Post
NAME New-Record
SYNOPSIS
Creates a new AirTable table record.
SYNTAX
New-Record [-BaseIdentity] <String> [-Table] <String> [-Fields] <Hashtable> [-PassThru] [-WhatIf] [-Confirm]
[<CommonParameters>]
DESCRIPTION
PARAMETERS
-BaseIdentity <String>
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Table <String>
A string value representing the AirTable table containing the records to query.
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Fields <Hashtable>
A hashtable value representing all of the new record's fields. Each key in the hashtable is the
field name and each corresponding value is the value to update the field to.
Required? true
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-PassThru [<SwitchParameter>]
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
void
-------------------------- EXAMPLE 1 --------------------------
PS>New-Record -BaseName foo -Table bar -Fields { 'Name' = 'new' }
Creates a new record in the 'bar' table with a field Name value of 'new'.
RELATED LINKS
SYNOPSIS
Creates a new AirTable table record.
SYNTAX
New-Record [-BaseIdentity] <String> [-Table] <String> [-Fields] <Hashtable> [-PassThru] [-WhatIf] [-Confirm]
[<CommonParameters>]
DESCRIPTION
PARAMETERS
-BaseIdentity <String>
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Table <String>
A string value representing the AirTable table containing the records to query.
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Fields <Hashtable>
A hashtable value representing all of the new record's fields. Each key in the hashtable is the
field name and each corresponding value is the value to update the field to.
Required? true
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-PassThru [<SwitchParameter>]
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
void
-------------------------- EXAMPLE 1 --------------------------
PS>New-Record -BaseName foo -Table bar -Fields { 'Name' = 'new' }
Creates a new record in the 'bar' table with a field Name value of 'new'.
RELATED LINKS